Run JavaScript after filters are applied
-
Hi,
I’m looking for a way to run some JavaScript after filters are applied and the results rendered?
Something like:
$(document).on(‘FILTERING_DONE’, function() {
alert(‘Done, see the results’);
})
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Run JavaScript after filters are applied’ is closed to new replies.