Skip to content

Instantly share code, notes, and snippets.

@7fe
Created July 9, 2018 01:59
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 7fe/67707fd90fd98496916d772d4d63a0b9 to your computer and use it in GitHub Desktop.
Save 7fe/67707fd90fd98496916d772d4d63a0b9 to your computer and use it in GitHub Desktop.
Object.getOwnPropertyNames(jQuery).forEach(function(n) {
if(!(n[0]=="i"&&)n[1]=="s")return;
var a = n.substring(2,3).toLowerCase() + n.slice(3);
jQuery.fn[a+'Eh'] = jQuery.fn[n];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment