Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

redirect to link using jquery on new tab

window.open("https://www.yourURL.com", "_blank");
Comment

redirect to link using jquery on new tab

window.open('_link is here_', '_blank'); 
// _blank - URL is loaded into a new tab. This is default.
// _parent - URL is loaded into the parent frame
// _self - URL replaces the current page
// _top - URL replaces any framesets that may be loaded
Comment

PREVIOUS NEXT
Code Example
Javascript :: jquery get current url 
Javascript :: to int jquery 
Javascript :: redirect javascript 
Javascript :: get start of day javascript 
Javascript :: refresh window js 
Javascript :: Javascript get current year 
Javascript :: react native build aab 
Javascript :: how to give radius to imagebackground in react native 
Javascript :: chart.js cdn 
Javascript :: laravel migration change to make a column nullable 
Javascript :: jquery checkbox changed event 
Javascript :: remove header border react native 
Javascript :: js element exists 
Javascript :: node check if file exists 
Javascript :: mongodb check for array not empty query 
Javascript :: jquery get value of radio input 
Javascript :: jquery-3.2.1.min.js download 
Javascript :: javascript generate random color 
Javascript :: model show in jquery 
Javascript :: javascript window resize event 
Javascript :: style.visibility javascript 
Javascript :: javascript open page in same tab 
Javascript :: mongoose nestjs installation 
Javascript :: disable right click javascript 
Javascript :: get current path nodejs 
Javascript :: addeventlistener hover js 
Javascript :: prettier ignore line 
Javascript :: jquery scroll to top 
Javascript :: how to extract domain name of url of current page in javascript 
Javascript :: vue3 cdn 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =