Tabs plugin revised
June 18th, 2006
- Category:
- JavaScript,
- Web Development,
- jQuery
I have revised the jQuery tabs plugin, so that it conforms to the jQuery plugin construct. To create the tab interface you now have to call the tabs function in a jquerish manner:
$('#container').tabs();