- This topic has 2 replies, 2 voices, and was last updated 9 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Need to run a JS code when the user make a search
I’m changing the form style using CSS and JQuery to change the state of the buttons, the code runs every time the page is ready, but I notice that when I change the search parameters the page does not refresh, so the script don’t run.
The question that I have is that I need to run JS code every time i change the search parameters.
And i also need to apply some extra divs in the middle of the form to rearrange the form structure.
Whatever code you are using, if you wrote it as a function with a name that can be called again, you can then listen for Ajax to be used by S&F and run the function again.
On the FAQ page are three code snippets to show how to listen to Ajax events and you will need the second I think. The last snippet in that block then shows how to incorporate those into a script that can be loaded on your page.