[jQuery] Tabs3, jumping to anchor within tab?
Hi,
Is it possible, and/or easy to anchor to an ID within a tab?
For example, let's say I have two tabs:
1. Entry (#entry-tab)
2. Comments (#comments-tab)
Using my browser, I can link to the comment page like so:
http://www.site.com/#comments-tab
How would I anchor to an ID/anchor within the comments tab?
Thanks!