Skip to content

Instantly share code, notes, and snippets.

@totten
Last active March 12, 2016 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 totten/9591b10d4bc09c78108d to your computer and use it in GitHub Desktop.
Save totten/9591b10d4bc09c78108d to your computer and use it in GitHub Desktop.
// Use a closure to opportunistically bind to whichever jQuery is available
(function($){
$('.foobar').hide();
})(cj || CRM.$ || jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment