Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
$(document).ready(function() {
// Collapse everything but the first menu:
$("#nav > li > a").find("+ ul").hide();
// Expand or collapse:
$("#nav a.daddy").mouseover(function() {
$(this).find("+ ul").fadeIn("slow");
});
$("#nav a.daddy").mouseout(function() {
$(this).find("+ ul").pause(2000).fadeOut("slow");
});
});
$(document).ready(function() {
// Collapse everything but the first menu:
$("#nav > li > a").find("+ ul").hide();
// Expand or collapse:
$("#nav a.daddy").mouseover(function() {
$(this).find("+ ul").fadeIn("slow");
shown = true;
}
);
if (shown = true) {
$("#nav a.daddy").mouseout(function() {
$(this).find("+ ul").pause(2000).fadeOut("slow");
});
shown = false;
}
});
1 to 4 of 4