6

I am using this plugin:

http://plugins.jquery.com/project/history

on this page:

http://www.crtaci.info/index.php?autocom=majice

I dont know why but it seems i cant figure out what to do to get this to work... Guess i need more sleep... :)

balupton
  • 47,113
  • 32
  • 131
  • 182
Gavrisimo
  • 1,827
  • 5
  • 25
  • 33

3 Answers3

3

I use the jQuery BBQ: Back Button & Query Library. It's simple, robust, and has a http://benalman.com/projects/jquery-bbq-plugin/

Rob Volk
  • 5,204
  • 5
  • 25
  • 19
2

railscasts has an episode regarding this topic: http://railscasts.com/episodes/175-ajax-history-and-bookmarks

Eimantas
  • 48,927
  • 17
  • 132
  • 168
2

An alternative which I use is balupton's jQuery History which provides nice tracking of hash changes for your website. And jQuery Ajaxy which allows you to have a rich ajax website while still supporting the back and forward buttons and no server side changes.

jQuery History: http://www.balupton.com/projects/jquery-history

jQuery Ajaxy: http://www.balupton.com/projects/jquery-ajaxy

balupton
  • 47,113
  • 32
  • 131
  • 182