$(document).ready(function(){
$('ul.jd_menu').jdMenuUnbind();
$('ul.jd_menu').jdMenu({autoHide:true});
});