Y
Hacker News
new
|
ask
|
show
|
jobs
by
mmuro
5009 days ago
If you don't want to wait for the DOMReady event, you can always write it like so:
(function($) { // $() will work as an alias for jQuery() inside of this function })(jQuery);