由买买提看人间百态

topics

全部话题 - 话题: subhover
(共0页)
h********o
发帖数: 2316
1
来自主题: BuildingWeb版 - 建这样一个网站多少钱?
还用jquery写了个点menu的东西
$(document).ready(function() {
fancyMenu();
});
function fancyMenu()
{
jQuery("ul.subnav").parent().append(""); //Only shows drop down
trigger when js is enabled - Adds empty span tag after ul.subnav
jQuery("ul.topnav li span").mouseover(function() { //When trigger is clicked
...
//Following events are applied to the subnav itself (moving subnav up and
down)
jQuery(this).parent().find("ul.subnav").slideDown('fast').show(); //Drop
down the subnav on click
jQuery(t... 阅读全帖
(共0页)