// $(document).ready(function(){ // // $(document).off('click.bs.dropdown.data-api'); // // dropdownOpen();//璋冪敤 // }); // /** // * 榧犳爣鍒掕繃灏卞睍寮€瀛愯彍鍗曪紝鍏嶅緱闇€瑕佺偣鍑绘墠鑳藉睍寮€ // */ // function dropdownOpen() { // var $dropdownLi = $('li.dropdown'); // $dropdownLi.mouseover(function() { // $(this).addClass('open'); // }).mouseout(function() { // $(this).removeClass('open'); // }); // }