Any way to programatically to select a tab and move to an anchor
within it? My method below doesn’t work.
$tabs.tabs(’select’, 1);
var targetOffset = $(’#target’).offset().top;
$(’html, body’).animate({scrollTop: targetOffset}, 400);
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---