how to redirect another page using javascript in new tab in jquery code example
Example: redirect to link using jquery on new tab
window.open("https://www.yourURL.com", "_blank");
window.open("https://www.yourURL.com", "_blank");