Reply To: Disable Ajax load

#7503
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

Maybe try to change the script to:

<script>
var _scope = ASP.getScope();
_scope(function($) {
    $("p.asp-try a").click(function(){
        setTimeout(function(){
            $("div.promagnifier").click();
        }, 400);
    });
});
</script>
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)