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: 349
        
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:
- Already used by some large projects
 - Wide browser support
 - Easy to implement
 - 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