- This topic has 2 replies, 2 voices, and was last updated 8 years, 2 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 › Infinite scroll javascript not working in Internet Explorer
Tagged: infinite scrolling, internet explorer
I have scripts that need to get rerun everytime infinite scroll loads new content.
I have this example script in the footer:
$(document).on('sf:ajaxfinish', '.searchandfilter', function() {
console.log('ie');
});
Somehow ‘ie’ doesn’t show up in Internet Explorer (11), but works fine in Chrome, Safari, Firefox.