Hi, my first posting in this group. Hope someone can give me a hint.

Is it right, that there is no hash sended to the url in jquery "TABS
3" by default ? means the hash is not visible in the url? I'm new on
this stuff ...

I've read that I can send the hash with this to url.. select: function
(event,.....

.tabs({ selectedClass: 'active', select: function(event, ui)
{ window.location = ui.tab.href; }, cookie: { expires: 0}, fx: fx })

this will send the hash to url, but add it like this mysite#hash AND
the worst thing is, that the tab content is not changing anymore..
Could someone help my to fix this...
Add the hash as an url-segment like this mysite/#hash

Thanks

Reply via email to