Skip to content

Instantly share code, notes, and snippets.

@pavenuto
Created October 2, 2012 16:24
Show Gist options
  • Save pavenuto/3820666 to your computer and use it in GitHub Desktop.
Save pavenuto/3820666 to your computer and use it in GitHub Desktop.
$.extend($.expr[':'], {
outbound: function(a,i,m) {
if(!a.href) { return false; }
return a.hostname && a.hostname !== window.location.hostname;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment