摘要: 1.$.extend()使用作用:扩展全局的函数$.extend({sayHellow:function(pram){ alert(pram+"hellow"); }})使用:$(function({ $.sayHellow();}))jQuery.hellow = function() { ... 阅读全文
posted @ 2016-01-11 11:15 cleverbo 阅读(1161) 评论(0) 推荐(0)