摘要:
(function(){/* window['hyl'] = {} function $(){ alert("this is my message"); } window['hyl']['$'] = $; */ var $ = jQuery = window.jQuery = function(){ return new jQuery.fn.init();}jQuery.fn = jQuery.prototype = { init:function(){ alert("init"); return this 阅读全文