, Prototype , $ Prototype $, jQuery. $ jQuery, jQuery noConflict jQuery $ , jQuery.
, , $, jQuery, :
$('.foo').hide(); // Hide all elements with class "foo"
jQuery('.foo').hide(); // Hide all elements with class "foo"
, $, . - () $ jQuery.
- script, jQuery:
<script type='text/javascript'>jQuery.noConflict();</script>
... script:
(function($) {
... :
})(jQuery);
(, , .)
, , script , $ jQuery, Prototype $, $ . . , (, window), script . , window, .
jQuery noConflict, ready, .
, bobince , $. , .