Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Javascript history back implementation is the best?

There are implementations for history.back in Micrososft AJAX and jQuery (http://www.asual.com/jquery/address/). I already have jQuery and asp.net ajax included in my project but I am not sure which implementation of history.back is better.

Better for me is:

  1. Already used by some large projects
  2. Wide browser support
  3. Easy to implement
  4. Little footprint

Does anybody know which one is better?

EDIT:

Another jquery plugin is http://plugins.jquery.com/project/history It is recommmended in the book JQuery Cookbook. This one worked well so far.

like image 833
Mathias F Avatar asked Dec 21 '09 16:12

Mathias F


1 Answers

One alternative to jQuery Address is the nice jQuery history plugin. There are also URL Utils.

Reference: AJAX History and Bookmarks.

like image 179
Gregory Pakosz Avatar answered Oct 02 '22 19:10

Gregory Pakosz