Title: Auto update results?
Last modified: August 21, 2016

---

# Auto update results?

 *  [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/auto-update-results/)
 * Looking at this plugin and was wondering if you are able to auto update the results
   as you select things i.e. if I check a taxonomy checkbox I would then like the
   results to be filtered rather than having to press the Search button.
 * Also, is there any way of having the number of posts matched next to each taxonomy
   item?
 * [http://wordpress.org/plugins/ajax-wp-query-search-filter/](http://wordpress.org/plugins/ajax-wp-query-search-filter/)

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

 *  Plugin Author [TC.K](https://wordpress.org/support/users/wp_dummy/)
 * (@wp_dummy)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/auto-update-results/#post-4205801)
 * > if I check a taxonomy checkbox I would then like the results to be filtered
   > rather than having to press the Search button.
 * Yes, you can fire the js when changes on form.
 * > Also, is there any way of having the number of posts matched next to each taxonomy
   > item?
 * So fa can’t. Need extra script.
 *  [rafahell](https://wordpress.org/support/users/rafahell/)
 * (@rafahell)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/auto-update-results/#post-4205841)
 * [@greencode](https://wordpress.org/support/users/greencode/)
 * Hi greencode, I need your help. Quick question!
    [http://wordpress.org/support/topic/plugin-wp-table-reloaded-url-to-link-conversion-extension](http://wordpress.org/support/topic/plugin-wp-table-reloaded-url-to-link-conversion-extension)
   in this topic you put a code in js for open the links in new tabs with that plugin….
   could you say for me, where I have to put this code? thank you!
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/auto-update-results/#post-4205842)
 * [@rafahell](https://wordpress.org/support/users/rafahell/) – I created a custom
   javascript i.e. custom.js and then added that code in that file. Any problems
   head over to my site at daretothink.co.uk and send me a message.
 *  [Blake Bertuccelli-Booth](https://wordpress.org/support/users/elblakeo31/)
 * (@elblakeo31)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/auto-update-results/#post-4205845)
 * Can you provide a little more instruction on firing the js when the form changes?
 * What would be the easiest way to do this?
 *  Plugin Author [TC.K](https://wordpress.org/support/users/wp_dummy/)
 * (@wp_dummy)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/auto-update-results/#post-4205866)
 * [@elblakeo31](https://wordpress.org/support/users/elblakeo31/),
 * It is something like this
    `$('#ajax_wpqsffrom_196').change(function(){ passing_data(
   $(this)); });`
 * The `196` in `ajax_wpqsffrom_196` is the form id, and remember put this after
   the plugin core js is loaded, probably at the footer.

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

The topic ‘Auto update results?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ajax-wp-query-search-filter_ffffff.
   svg)
 * [Ajax WP Query Search Filter](https://wordpress.org/plugins/ajax-wp-query-search-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ajax-wp-query-search-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ajax-wp-query-search-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/ajax-wp-query-search-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ajax-wp-query-search-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ajax-wp-query-search-filter/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [TC.K](https://wordpress.org/support/users/wp_dummy/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/auto-update-results/#post-4205866)
 * Status: not resolved