This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Disable Ajax load

#7527
Alexander VinnikAlexander Vinnik
Participant

Hi

I have a few issues:

1. The script you provided for mobile version:
[code]
<script>
var _scope = ASP.getScope();
_scope(function($) {
$("p.asp-try a").click(function(){
setTimeout(function(){
$("div.promagnifier").click();
}, 400);
});
});
</script>
[/code]

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;