views:

19

answers:

2

hi, i need a light jquery plugin for creating some tabs. i am searching but i guess asking here may get a fast answer.

+1  A: 

Depends on what you mean by "light", but I find jQuery Tools tabs to be easy to use:

kaliatech
it seems is what i really need.but as i found they use their own jquery.js file which is combination of jquery base and some codes added by them and it may cause problem for the updating the jquery base for bugs in the feature.
hd
Their website makes it confusing, but in fact, you do not need to use their combiner tool. You can download the tabs component by itself and use with standard jQuery 1.4. On this page: http://flowplayer.org/tools/download/index.html , notice the two columns of click-able links for each component. The link for tabs JS minified: http://flowplayer.org/tools/download/1.2.5/tabs/tabs.min.js?download=true
kaliatech
+2  A: 

You don't need jQuery for simple tabs. Take a look at lightweight javascript implementation:

SimpleTabs v1.3 by Komrade

Or

Yetii

Sarfraz