摘要: 原文链接:http://caibaojian.com/jquery-extend-and-jquery-fn-extend.html jQuery.fn.extend(); jQuery.extend(); 原文链接:http://caibaojian.com/jquery-extend-and-j 阅读全文
posted @ 2016-09-01 11:51 甜菜波波 阅读(256) 评论(0) 推荐(0) 编辑
摘要: var obj = { a: "aaaaaa" }; var obj1 = { b: "bbbbbb" }; Object.extend = function (destination, source) { for (property in source) { desti... 阅读全文
posted @ 2016-09-01 11:24 甜菜波波 阅读(2094) 评论(0) 推荐(0) 编辑
摘要: test 阅读全文
posted @ 2016-09-01 11:10 甜菜波波 阅读(178) 评论(0) 推荐(0) 编辑