[Plugin: Infinite-Scroll] jQuery click function call after page load
-
Hi,
Searched through the forums and on google, but can’t seem to find a solution.
For every post I have the following jQuery :
<script> $(".norate-<?php the_ID(); ?>").one("click", function () { $(".norate-<?php the_ID(); ?>").toggleClass("rateclicked"); });</script>What do I put in the “Javascript to be called after the next posts are fetched” box?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Infinite-Scroll] jQuery click function call after page load’ is closed to new replies.