Tabs jquery without jquery UI [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
开发者_高级运维 Improve this questionDoes anyone have any resources about creating your own tab control without using jQuery UI?
To the point, tabs are nothing more than a few buttons (links?) which toggles the visibility (show/hide) of some panels (div's?). Knowing that, it should be straightforward enough to write your own tabbed panel. You can make use of specific names/patterns in the class or ID of the buttons and panels to relate them with each other and hide the other panels.
Look for a plugin.
Tabs - jQuery plugin for accessible, unobtrusive tabs
http://stilbuero.de/jquery/tabs/
You can google for "jQuery Tabs Plugin" if you don't like that one.
精彩评论