Reply To: Disable Ajax load

#7527
Alexander Vinnik
Alexander Vinnik
Participant

Hi

I have a few issues:

1. The script you provided for mobile version:


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

does not work properly, when I save my footer.php file and load my webpage it works only for several searches after that it does not work as it should – it does not redirects to search results but make an ajax search instead;

2. Also I need this search results to open in a new page;