Skip to content

Instantly share code, notes, and snippets.

@rbtbr
Created June 5, 2011 21:27
Show Gist options
  • Select an option

  • Save rbtbr/1009439 to your computer and use it in GitHub Desktop.

Select an option

Save rbtbr/1009439 to your computer and use it in GitHub Desktop.
Open Link in new window with jQuery
$('a').click(function () {
window.open(this.href);
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment