Ingoring all aspects of design, with base jQuery 1.4.2 NOT jQuery UI, is there any kind of radio class or tab functionality? I can’t find what I’m looking for on Google.
update
I’m not looking for UI elements, only the functionality of tabs.
By radio class I’m referring to ExtJS where you can have a ul list of elements. Creating a “radio class” means that only one of the li elements can have that class at a time. It’s a great way of doing tabs.
No, there isn’t.
You need to use or create a plugin.
In general, the base jQuery library contains basic utilities and animations, but does not include any UI elements.