[jquery-dev] UI Tabs - Automatically initialize inline links to activate tabs

2009-01-19 Thread Jake Kronika, Webmaster, Gridline Design & Development
ting tabs from text links via the method described in the documentation: http://docs.jquery.com/UI/Tabs#...select_a_tab_from_a_text_link_instead_of_clicking_a_tab_itself A diff is attached... Cheers! -- Jake Kronika Owner, Web Designer & Developer Gridline Design www.gridlined.

[jquery-dev] UI Tabs - Add init callback to perform tasks once all tabs are loaded

2008-11-26 Thread Jake
I have an application where I'm using tabs to show three sets of form fields. A user can only use one of the three sets at a time, so I want to disable those that are hidden. This is easily done when a new tab is clicked, using the show callback. However, doing so when the tabs have finished initi