Title: Filter without page reload?
Last modified: June 8, 2018

---

# Filter without page reload?

 *  Resolved [dekket](https://wordpress.org/support/users/dekket/)
 * (@dekket)
 * [8 years ago](https://wordpress.org/support/topic/filter-without-reload/)
 * Is there any way to filter results without reloading the entire page?
    -  This topic was modified 8 years ago by [dekket](https://wordpress.org/support/users/dekket/).
      Reason: Clarified the title

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jonathandejong](https://wordpress.org/support/users/jonathandejong/)
 * (@jonathandejong)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/filter-without-reload/#post-10385691)
 * Hi Dekket,
 * Not in the plugin no.
    I suppose you could highjack the click event on the filter
   button.
 * Basically:
    1. highjack the click event. 2. Trigger your own AJAX request which
   loads the same filter page and take out the results and return to your JS as 
   an html string. 3. Replace the dom element containing your list of posts with
   the one returned from the AJAX.
 * I’ve seen some plugins do it this way and maybe BTF will too in the future but
   right now you’d have to do it yourself 🙂
 * Best of luck!

Viewing 1 replies (of 1 total)

The topic ‘Filter without page reload?’ is closed to new replies.

 * ![](https://ps.w.org/beautiful-taxonomy-filters/assets/icon-256x256.png?rev=1654967)
 * [Beautiful taxonomy filters](https://wordpress.org/plugins/beautiful-taxonomy-filters/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/beautiful-taxonomy-filters/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/beautiful-taxonomy-filters/)
 * [Active Topics](https://wordpress.org/support/plugin/beautiful-taxonomy-filters/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/beautiful-taxonomy-filters/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/beautiful-taxonomy-filters/reviews/)

## Tags

 * [ajax](https://wordpress.org/support/topic-tag/ajax/)
 * [javascript](https://wordpress.org/support/topic-tag/javascript/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jonathandejong](https://wordpress.org/support/users/jonathandejong/)
 * Last activity: [7 years, 12 months ago](https://wordpress.org/support/topic/filter-without-reload/#post-10385691)
 * Status: resolved