$(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.

Reply via email to