Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Disable Ajax load › Reply To: Disable Ajax load
February 1, 2016 at 11:17 am
#7503
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 :)