jQuery DOM, . :
$(document).ready(function(){});
:
$(function(){});
# 1: $() jQuery()!
jQuery vs. $, , $ . , MooTools Prototype JS. , , $ jQuery.
jQuery jQuery.noConflict();, jQuery $, $ jQuery. , .
Prototype.JS $ ; .
, $ Prototype. document.getElementById, () DOM node .
# 2: $ ...
:
$(function($){})
(function($){})(jQuery);
$(function(){});
, .:)