Skip to content

Instantly share code, notes, and snippets.

@carlosrojaso
Created May 15, 2014 10:16
Show Gist options
  • Save carlosrojaso/78f7c01c1e022c03be03 to your computer and use it in GitHub Desktop.
Save carlosrojaso/78f7c01c1e022c03be03 to your computer and use it in GitHub Desktop.
link The .attr() method
$( "a" ).attr( "href" ); // Returns the href for the first a element in the document
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment