Skip to content

Instantly share code, notes, and snippets.

@yarliganfatih
Created March 19, 2023 16:52
Show Gist options
  • Save yarliganfatih/2073e90a50d9f8405f808372d5349e0d to your computer and use it in GitHub Desktop.
Save yarliganfatih/2073e90a50d9f8405f808372d5349e0d to your computer and use it in GitHub Desktop.
open all external links in new tab with jQuery
$("a[href*=http]").attr("target","_blank");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment