views:

49

answers:

1

Hi,
I'm using jQuery BBQ: Back Button & Query Library, which is a great jquery plugin by Ben Alman, and as the name implies provides browser history behavior for a javascript dynamic pages.

My problem is that the fragments are getting stacked in the browser's title, when in debug I can see it in the document object (document.nameProp, document.title).

Is that a know issue when handling the hash part of a URL? if so is there a fix for it or should i maintain it manually?

+1  A: 

Try Read this, may help you!

http://stackoverflow.com/questions/172957/detecting-back-button-hash-change-in-url

aSeptik