views:

410

answers:

0

Hi, my first posting on this plattform. Hope someone can give me a hint. I've read some postings about tabs here, but it's not working completely for..

Is it right, that there is no hash sended to the url in jquery "TABS 3" by default ?

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

Cheers