Skip to content

Instantly share code, notes, and snippets.

@weppos
Created April 2, 2011 18:31
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 weppos/899734 to your computer and use it in GitHub Desktop.
Save weppos/899734 to your computer and use it in GitHub Desktop.
(function($){
$.fn.ifdo = function(fn) {
if (this.length > 0) {
fn.call(this);
}
};
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment