jQuery.noConflict();
(function($) {
$(function() {
// more code using $ as alias to jQuery
})(jQuery);<script type='text/javascript'>
jQuery(function($) {
// more code using $ as alias to jQuery
})(jQuery);
</script><script type='text/javascript'>
(function($) {
// more code using $ as alias to jQuery
}) (jQuery);
</script>아직 완성되지 않은 웹사이트입니다.
어쩌면 결코 완성되지 못할 웹사이트가 될수도 있읍니다.