What's the best library to do a URL hash/history in JQuery?

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-03-01T20:39:44Z Indexed on 2010/03/21 23:41 UTC
Read the original article Hit count: 453

I've been looking around JQuery libraries for the URL hash, but found none that were good. There is the "history plugin", but we all know it's buggy and isn't flexible.

I am loading my pages inside a div. I'll need a way to do back/forward along with the url hashing.

mydomain.com/#home
mydomain.com/#aboutus
mydomain.com/#register

What's the best library that can handle all of this?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript