OK, I know this has been asked before but none of the answers seems to apply to my case. I\'m trying to get a very tiny piece of jQuery running (I\'m just getting started on
Passing jquery object this way works for me.
$(document).ready(function () { console.log("jquery"); }(jQuery));