Ajax call blocks playbuzz; Reloads repeatedly
-
When I go directly to this page: https://www.muzik.gr/quiz/finish-the-lyrics/ , the plugin works fine… But when I go from homepage->popular posts, it doesn’t shows up.
I found that ajax call is doing so. So added
$( document ).ajaxStop(function() { PlayBuzz.core.render();});
and
$(document).ajaxComplete(function(){PlayBuzz.core.render();});First one did not worked. When used second, it refreshes the quiz repeatedly. How can I solve this?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Ajax call blocks playbuzz; Reloads repeatedly’ is closed to new replies.