remote tab adds wrong url to embedded list item ahref's
Hi,
I have links in my tab panels. Those links are broken because (from what I can figure) the remote tab section in the ui.tabs.js file adds #ui-tabs-(some number) to those links.
var id = self.tabId(a);
a.href = '#' + id;
What can I put in my tab function:
jQuery(document).ready(
function() {
jQuery("#tabs").tabs();
});
so that it bi passes the remote tabs section therefore not breaking my href's for the links within the panels (not the tabs).
Hope that makes since
Thanks ahead
Lori