$(document).ready(function(){ $(".m13237 li").hoverIntent(MenueShow, MenueHide); }); function MenueShow() { $(this).children("ul").show(); } function MenueHide() { $(this).children("ul").css( "display","none" ); }