@jtbailey
15 years, 9 months ago
Is there an easy way to load the appropriate subnav menu (optionsbar.php) without reloading the page?
In order to make a little ajaxy submenu?
This is what I have so far:
jQuery("#bp-nav a").hover(function(){jQuery("#my-sub-menu-div").load("optionbar.php");
any ideas?