Skip to content

Tell me how to make the search engine links open in a new tab?? #20

Answered by benzvi8888
rnjznfrjt77 asked this question in Q&A
Discussion options

You must be logged in to vote

in assets/script.js replace line:
var url = $(this).attr("href");

with

var url = window.open($(this).attr("href"), "_blank");return false;

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by safesploit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants