Skip to content

Instantly share code, notes, and snippets.

@klhall1987
Created October 8, 2015 18:19
Show Gist options
  • Save klhall1987/6710f05925cfe026a44a to your computer and use it in GitHub Desktop.
Save klhall1987/6710f05925cfe026a44a to your computer and use it in GitHub Desktop.
Reassign jQuery
//Reassign jQuery call to a variable.
var $j = jQuery;
//Then use the variable as a wrapper for the jQuery call.
$j(#somefunction);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment