views:

12

answers:

0

Hello, i'm working with the jquery ui plug in "tabs" for a client, and everything works ok, but i'm getting an undesirable effect regarding my browser history.

see, every time a user clicks on one tab, a new browser history is created, which means that if the user clicks on back, he sees himself in the very same page.

I'm not trying to make it "browser tab enabled", not looking for that kind of navigation. I'm just looking for a solution for this behavior.

would anyone tell me how to prevent this effect?

NOTE: i'm using ajax for loading the new content.

NOTE 2: it only happens with FF.