Which Javascript history back implementation is the best?

Posted by Malcolm Frexner on Stack Overflow See other posts from Stack Overflow or by Malcolm Frexner
Published on 2009-12-21T16:54:26Z Indexed on 2010/06/07 22:42 UTC
Read the original article Hit count: 272

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.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript