how to use jquery's semantic tabs without the div switching functionality?
I need to have the tabs as rendered by jQuery's semantic tabs (semtabs) but without the functionality that shows one div and hides the others.
Is there a simple way to prevent that functionality to happen?
The visual style is the result of several css styles plus some JS dynamic manipulation of styles and properties that would be too hard to implement separately, that's why I'm looking for a way to use semtabs but without the switching featu开发者_StackOverflow中文版re.
It should look something like this:
tabs http://img10.imageshack.us/img10/4029/picture1he.pngOne option would be to override the event handlers on the tabs so that they don't fire. That would prevent the tabs from switching.
精彩评论