Title: pulkit24's Replies | WordPress.org

---

# pulkit24

  [  ](https://wordpress.org/support/users/pulkit24/)

 *   [Profile](https://wordpress.org/support/users/pulkit24/)
 *   [Topics Started](https://wordpress.org/support/users/pulkit24/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pulkit24/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pulkit24/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pulkit24/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pulkit24/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pulkit24/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced AJAX Page Loader] Browser back button doesn't work](https://wordpress.org/support/topic/browser-back-button-doesnt-work/)
 *  Thread Starter [pulkit24](https://wordpress.org/support/users/pulkit24/)
 * (@pulkit24)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/browser-back-button-doesnt-work/#post-3221897)
 * Sorry, my fault.
 * I changed the check_ignore function to return false unless a very specific type
   of URL is called (i.e. I didn’t want ajax to work for every single link).
 * Clearly, when one presses back the page is never reloaded (in the windows.onpopstate),
   since the previous url isn’t obviously that exact type of URL I was checking.
   It returned false always!
 * Learning: don’t make changes to the check_ignore function. If you want to extend
   it, make a new function of your own and call it where you need to, to avoid botching
   up the rest of the code flow.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced AJAX Page Loader] Browser back button doesn't work](https://wordpress.org/support/topic/browser-back-button-doesnt-work/)
 *  Thread Starter [pulkit24](https://wordpress.org/support/users/pulkit24/)
 * (@pulkit24)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/browser-back-button-doesnt-work/#post-3221868)
 * Here’s the page:
    [http://ipa.atcomm.com.au/articles](http://ipa.atcomm.com.au/articles)
   Click ‘Filter’, click on any of the filter tags that drop down, and watch the
   Ajax Loader load the content. Note the change in the URL (I’ve modified the plugin
   code to allow that URL to be loaded via Ajax)
 * Now hit Back. You’ll note the URL changes back fine, but the page doesn’t change
   at all.
 * Any clue?

Viewing 2 replies - 1 through 2 (of 2 total)