[jQuery] Default Tabs Question
[jQuery] Default Tabs Question
$(function() {
$('#menu').tabs({ remote: true });
});
In this example what would the command for default tab 2 be?
Normally it would be
$('#menu').tabs(2) but with adding the remote in there I am kinda
confused.
Topic Participants
rschoenbach