Open Overlay with Mouse Over Not Click on Tab
If you add this to the custom code section the overlay will open when you hover over the tab without a click
jju('a.ju_custom_button, a#ju_bbox').live('mouseenter',function(){
ju_loadiframe();
});
If you add this to the custom code section the overlay will open when you hover over the tab without a click
jju('a.ju_custom_button, a#ju_bbox').live('mouseenter',function(){
ju_loadiframe();
});