摘要: function fun($){…};fun(jQuery);这种方法多用于存放开发的插件,执行其中的代码时,Dom对象并不一定加载完毕。 $(function(){})等价于$(document).ready(function(){});,这种方法在使用时页面的Dom对象已经加载完毕了。 阅读全文
posted @ 2018-02-24 15:12 liu_xh 阅读(321) 评论(0) 推荐(0)
摘要: https://yusi123.com/3358.html 阅读全文
posted @ 2018-02-24 13:56 liu_xh 阅读(91) 评论(0) 推荐(0)
摘要: http://so.csdn.net/CSDN还是有非常多的编程资源的,用它的搜索能搜出不少东西。代码类别也比较全面。http://snippets.org/(维护中)简单实用的代码收集网站,强力推荐。比如你要找个DES加密,要找个数据压缩,找个INI文件操作的C代码等,均能手到擒来。http:// 阅读全文
posted @ 2018-02-24 13:49 liu_xh 阅读(14426) 评论(0) 推荐(0)
摘要: DateTime.Parse() 阅读全文
posted @ 2018-02-24 11:27 liu_xh 阅读(2796) 评论(0) 推荐(0)
摘要: 1 2 3 4 5 6 7 8 ... 阅读全文
posted @ 2018-02-24 11:24 liu_xh 阅读(1291) 评论(0) 推荐(0)