Figured it out.

$(function() {
$('#menu').tabs(2,{ remote: true });
});

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 14, 2007 7:09 PM
To: jQuery (English)
Subject: [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.

Reply via email to