- This topic has 1 reply, 2 voices, and was last updated 5 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 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 › Loading search&filter form with ajax, re-triggering javascript
Hello there!
I’ve been able to set up the plugin to my liking and it seems to work really great.
However i have one problem. The website i’m building relies on the “advanced ajax page loader” (AAPL)-plugin as i need a music player that can run between the pages.
The plugin doesn’t reload the <head> and therefore doesn’t bind javascript listeners when new content is loaded/pages change. This is solved through a reload code where i re-bind all the jquery-listeners when pages are changed.
So when the archive page i want to use S&F on is loaded the S&F javascript isn’t triggered, how would i go about to manually bind the S&F javascript to the search form?
I have checked these similar tickets but without any answer:
https://support.searchandfilter.com/forums/topic/plugin-doesnt-work-properly-using-website-navigation-menu/
https://support.searchandfilter.com/forums/topic/add-additional-javascript/
Thank you!
Mika.
Hi Mika
If you have loaded our JS files in the page, then you can re-trigger the scripts by doing:
jQuery('.searchandfilter').searchAndFilter();
Best