Skip to content

Instantly share code, notes, and snippets.

@Gaya
Created November 8, 2012 16:04
Show Gist options
  • Save Gaya/4039735 to your computer and use it in GitHub Desktop.
Save Gaya/4039735 to your computer and use it in GitHub Desktop.
Check anchors for href="#"
$("a[href=#]").each(function () {
console.log(this);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment