This is kind of a follow on from a previous question I posted but I\'ve not been able to get it to work..
I\'m trying to build some jquery tabs based on the request (which is stored in a table). I have two pages sharing one .js file. One page is for the user to create the request, and the other is for th
how to get rid of the orange background image in the tabs??? EDIT i tried $(\'.ul\').removeClass(\'ui-widget-header \');
I have three jQuery t开发者_StackOverflowabs on the left. I wish to put a \"Sign Out\" link on the right within the tabs header.
I have a form inside jQuery tabs; I create tabs in a simple way: $(\"#tabs\").tabs({selected: 1}); The selected index 1 is the tab where form is placed. The problem is, on remote computer with IE6
Just a quick question to see if anyone knows of any jquery tabs plugins that run based on a similar structure to:
I know I can get the index of the currently selected tab but can I somehow get to th开发者_JAVA百科e ID (the equivalent of the ui.panel.id if this were triggered by an tab event...but it\'s not) of th