- This topic has 1 reply, 1 voice, and was last updated 7 years, 10 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 › Ajax running but not updating the results
Tagged: ajax
Hi there,
I have setup a custom display results with a template – I have $args[‘search_filter_id’] = 521; I have set up the parameters to update a div called details_con. When I submit I can see the details_con container flash and the url change however it doesn’t submit/pull the expected results back.
$(document).on(“sf:ajaxfinish”, “.searchandfilter”, function
tells me it’s complete in the console.
If I hit return in the address bar the expected results then do appear.
I have set this type of thing up before with no problems, I’m utterly confused as to why this is not working in this instance.
I have removed any other ajax calls.
Some help would be greatly appreciated.
Dan