Skip to content

Instantly share code, notes, and snippets.

@habibimroncn
Created July 5, 2024 12:55
Show Gist options
  • Save habibimroncn/48d7ae907fed76e9cc5020e6a4a22644 to your computer and use it in GitHub Desktop.
Save habibimroncn/48d7ae907fed76e9cc5020e6a4a22644 to your computer and use it in GitHub Desktop.
It’s a common practice that ensures jQuery runs in no conflict mode and in strict mode.
(function( $ ) {
"use strict";
// javascript code here. i.e.: $(document).ready( function(){} );
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment