i’ve been using this awesome plugin from janko
http://www.jankoatwarpspeed.com/post/2009/06/01/Advanced-docking-using-jQuery.aspx
the only problem is, i don’t want the hover style, how to make it as a clickable tab rather than hovering tab? please help me, thank you…
If you view the live example (http://www.jankoatwarpspeed.com/examples/AdvancedDocking/) you will see this line of code:
Change it to this:
Change hover to click (or use toggle). You will also need to change some css:
Delete:
Change display:none to display:block