You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Menubox is a jQuery plugin to create easy menu popups.
Usage
$(document).ready(function(){ $('#link').menubox('#menuPopup') });
<a href="#" id="link">show menu popup</a>
<div id="menuPopup">this is a menu popup</div>