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
Yes, I've tried scrollto. It works if I specify a number eg. $.scrollTo(600), but not $.scrollTo($('#foo'),400,{offset:40}) Anyway, I'll implement what I want to do in a different way. Thanks for all your work on UI Tabs!
Leave a comment on guest's reply
Change topic type
Link this topic
Provide the permalink of a topic that is related to this topic