[jQuery] Tabs - #Link not working for ajax tab in IE 7

[jQuery] Tabs - #Link not working for ajax tab in IE 7


I am having an issue in IE 7 and UI/Tabs as follows:
I am linking directly to a tabs id from another page like so:
http://devapp/contacts/#organizations
My tab link is <li><a href="/appname/organizations/search/"
title="organizations"><span>Organization</span></a></li>
I also have a div id in the page that matches the title attribute on
the li - <div id="organizations"></div>
In Firefox the tab is selected and loads the page into the tab when I
hit http://devapp/contacts/#organizations.
In IE 7 the tab is selected but nothing loads... if I click to another
tab and click back the tab gets loaded.
Any ideas?
Thanks,
Tony Covert