随笔分类 -  jquery

jquery
摘要:$.extend()(1)第一种:拓展jQuery的全局(静态)函数的 方式;---》一个参数例如:$.extend({ add : function(){ alert("1"); }, miu : function(){ alert("2"); }})//此方式在jQuery对... 阅读全文
posted @ 2015-06-16 12:21 he0xff 阅读(289) 评论(0) 推荐(0)