日期:2014-05-16 浏览次数:20384 次
$.extend({
weibo:function(){
// var mm = new aa(opt.type);
$.extend(this,{
ff:function(){
alert('777');
},
plugin:{}
}); /// ********
/* function aa(){
this.create = function(){
alert('11111');
}
}*/
}
});
$.weibo();
//接下来ff就挂到jQuery下了已经
$.ff(); //alert("77")