Forums Forums Search & Filter Pro Need to run a JS code when the user make a search

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #70004

    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.

    Anonymous
    #70005

    I have solved my problem with your answer in the post #66607.

    But It would be perfect if I could solve without disabling Ajax.

    Trevor
    #70143

    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.

Viewing 3 posts - 1 through 3 (of 3 total)