Hi there,
I have spent over an hour Googling this but cannot find it. How do I disable the little pop-up that comes up when I point my cursor to the menu items?
jQuery(document).ready(function(){
jQuery("a").removeAttr("title");
});