随笔分类 -  Javascript

摘要:<script> function 我会在加载完页面马上执行() { alert('我会在加载完页面马上执行'); } function 我只会在按钮点击时才执行() { alert('我会在加载完页面马上执行'); } $(function() { $('#btn1').on('click', 我 阅读全文
posted @ 2016-02-29 10:23 Ken-Cai 阅读(1772) 评论(0) 推荐(0) 编辑
摘要:错误写法 : var content = $('#Content').val(); 正确写法: var content = $(document.getElementsByTagName("iframe")[0].contentWindow.document.body).html() 如果得到的内容 阅读全文
posted @ 2016-02-17 18:02 Ken-Cai 阅读(1816) 评论(0) 推荐(0) 编辑
摘要:javascript跳转页面:Javascript实现页面跳转的几种方式收藏 : http://apps.hi.baidu.com/share/detail/7008500 阅读全文
posted @ 2011-07-19 11:00 Ken-Cai 阅读(293) 评论(0) 推荐(0) 编辑
摘要:35种网站常用Javascript技巧 阅读全文
posted @ 2010-06-03 13:12 Ken-Cai 阅读(100) 评论(0) 推荐(0) 编辑
摘要:http://dev.firnow.com/course/1_web/javascript/jsjs/20071226/94570.html 阅读全文
posted @ 2010-05-17 12:48 Ken-Cai 阅读(193) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示