Skip to content

Instantly share code, notes, and snippets.

@davibusanello
Forked from paddy2k/jquery.feis.js
Created April 7, 2012 05:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davibusanello/2325689 to your computer and use it in GitHub Desktop.
Save davibusanello/2325689 to your computer and use it in GitHub Desktop.
Faster Element by ID Selector for jQuery
/*Faster Element By ID Selector - @paddy2k*/(function($){$.id=function(id){return this(document.getElementById(id))}})($);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment