load a specific #container with ajax tabs

load a specific #container with ajax tabs


Hi,
Sorry if this has been asked a million times - I did search to no
avail.
I'm using the tabs widget and loading a particular tab via href. It
loads the entire page into the tab and I'd like it to only open
div#foo. I know how to do this with .load() and .ajax() but changing
the href to "page#foo" didn't do the trick.
I looked through the api and couldn't figure out how to implement the
url or load methods - not even sure if that's what I'm looking for.
Would some one be kind enough to point me in the right direction?
Thanks for reading,
Will