Using JQuery Tabs with ASP.NET Master Pages

Using JQuery Tabs with ASP.NET Master Pages


I want to use JQuery Tabs like this in my asp.net web app which uses master
pages:
http://cse-mjmcl.cse.bris.ac.uk/blog/jQueryNestedMenus/nested.html
Example in how to use it but it doesn't talk about using it with master
pages in my case:
http://www.stilbuero.de/2006/05/13/accessible-unobtrusive-javascript-tabs-with-jquery/
I'm not quite sure how to structure my Master Pages with the use of the
control. In other words, do I need to use a Main master page that holds the
top tabs, and then nested master pages to hold the sub tabs and then how
would I incorporate the master pages with the div/tab calls such as the
$('#container').enableTab(3).
So I put the plugin code in my Main master I guess. Then I click on a main
tab, then what? I'm just trying to figure out how to structure this.
I'm thinking I'll have this:
Main Master Page holds the JQuery plugin
--
View this message in context: http://www.nabble.com/Using-JQuery-Tabs-with-ASP.NET-Master-Pages-tp18932236s27240p18932236.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.