Aither99
12/9/2013 - 5:07 PM

jQuery anonymous $

jQuery anonymous $

(function( $ ) {
  $(function() {
    // More code using $ as alias to jQuery
  });
})(jQuery);