Ajax back button jquery - Need full example step by step.

Posted by Latios88 on Stack Overflow See other posts from Stack Overflow or by Latios88
Published on 2010-04-05T15:22:00Z Indexed on 2010/04/05 15:23 UTC
Read the original article Hit count: 195

Filed under:
|
|
|
|

Hi. I need help supporting back button with jquery ajax.load method.

I have tried a couple of plugins but i cant get any of them to work.

I am loading my content like this:

 $('.pagination a').click(function(){        
            var url = $(this).attr('href');
            ajaxLoad(url,null,'.container');   
            return false;
        });

Note: ajaxLoad function executes the jquery load method.

Many thanks for your help.

© Stack Overflow or respective owner

Related posts about jquery-ajax

Related posts about back