$fn.link(url)
Function to display the URL destination in a new tab.
Arguments
Name | Type | Description |
---|---|---|
url | string | Website URL |
Return value
None
Sample
$fn.link(‘https://google.com/’);
Function to display the URL destination in a new tab.
Name | Type | Description |
---|---|---|
url | string | Website URL |
None
$fn.link(‘https://google.com/’);