开发者

Tabs jquery without jquery UI [closed]

Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 10 years ago.

开发者_高级运维 Improve this question

Does 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜