Skip to content

Instantly share code, notes, and snippets.

@edeustace
Created December 6, 2010 16:32
Show Gist options
  • Save edeustace/730532 to your computer and use it in GitHub Desktop.
Save edeustace/730532 to your computer and use it in GitHub Desktop.
example.js
jQuery.fn.teeAndCeeLinks = function( options ){
//find <a>
var $tAndCLinks = this.find('a');
$tAndCLinks.each( function(){
console.log( this );
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment