Skip to content

Instantly share code, notes, and snippets.

@beshkenadze
Created February 4, 2015 08:28
Show Gist options
  • Save beshkenadze/548389e6f2d7378b076b to your computer and use it in GitHub Desktop.
Save beshkenadze/548389e6f2d7378b076b to your computer and use it in GitHub Desktop.
$("a[href*='http://']:not([href*='"+location.hostname+"']),[href*='https://']:not([href*='"+location.hostname+"'])")
.addClass("external_link")
.attr("target", "_blank")
.attr("title", "Открыть в новом окне");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment