In the documentation says to get the url for a tab is used the
"load.tabs.
http://jqueryui.com/demos/tabs/#...open_a_tab_in_a_new_window_instead
How to use this in the simplified code to get the "load.tabs" the tab
index of 0?
I did the tests:
var test = $("# tabs").tabs().data("load.tabs");
alert (test);
Other tests (var test):
$("tabs").tabs().eq [0].date("load.tabs");
$("tabs").tabs().date(ui.tab, "load.tabs");
... Several, but none worked.
If you call this function within the select event, normalment works,
but I learn so simplified, was the creation of tabs, such as
documentation. $("# tabs").({... Here I do not want ...});
Help me please!
Sorry my bad english (Google Tranlator hehehe).
Thank you very much
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---