1. <script>
  2. (function($) {
  3. // $ Works! You can test it with next line if you like
  4. // console.log($);
  5. })( jQuery );
  6. </script>