I\'m working on a project that makes heavy use of jQuery tabs and Ajax. Loading data into the tabs is simplicity itself, but the data in the tabs needs to be filtered by a s
var links = $("#thetabs > ul").find("li a"); var url = $.data(links[tabnum], 'href.tabs');
tabnum is the zero based index of the tab you want the url from