Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript fix back button ajax and jquery

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28646
    Gyarados88
    Member

    Hi guys.
    I am making a site which has ajax driven pagination.
    I want to allow user to bookmark the page and use the right button but i am having troubles implementing it.

    My pagination callback is like this:
    $(‘.pagination a’).click(function(){
    var url = $(this).attr(‘href’);
    $.load(….)
    return false;
    });

    I know the theory of adding hashes to url but i am troubles implementing it.

    Can someone post some basic example?

    #73663
    diablero13
    Member

    can you help this plugin? http://plugins.jquery.com/project/history

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.