Forums › Forums › Search & Filter Pro › auto submit delay duration
- This topic has 7 replies, 3 voices, and was last updated 4 years, 11 months ago by
Ross.
-
Ross Moderator(Private) August 5, 2020 at 5:45 pm #255190
Hi Ahmed
Ajax events should work fine with or without specific fields / buttons.
Our plugins takes over the forms
.submit()
and implements ajax, which is where the events are fired, regardless of what is used to get there.Take a look at this gif:
https://drive.google.com/file/d/1vHCt30TAKVGcwWYYgZwGmlapiOb8FmDU/view?usp=sharingAnyway, if you must implement the code change, you can take a look in our JS file
wp-content\plugins\search-filter-pro\public\assets\js\search-filter-build.js
And look for the function
initAutoUpdateEvents
– everything is in there.Just to note, your site is probably calling our minified plugin file:
\search-filter-pro\public\assets\js\search-filter-build.min.js
– so once you’ve made your code change, minify, and update this file.Best
Thanks
-
AuthorPosts