Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
$(document).ready(function() {
$("#mainmenu>li").toggle(function() {
$(this).find('ul').css({'display' : 'block'});
}, function() {
$(this).find('ul').css({'display' : 'none'});
});
});1 to 3 of 3