随笔分类 -  Asp.net Ajax 4.0

摘要:<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) 编辑
摘要:1. CDN : Content Delivery Network 内容分发网络. 加速文件的下载 阅读全文
posted @ 2010-06-11 13:45 Ken-Cai 阅读(146) 评论(0) 推荐(0) 编辑
摘要:原文下载地址: http://www.asp.net/ajaxlibrary/Building-High-Performance-Websites.ashx该白皮书介绍了在Asp.net Ajax 4.0 下构建高性能的网站的一些方法.1. CDN :(Content Delivery Network 内容分发网络)2. Script Loader : 脚本加载器  2.1 Script Load... 阅读全文
posted @ 2010-06-11 11:31 Ken-Cai 阅读(151) 评论(0) 推荐(0) 编辑
摘要:http://weblogs.asp.net/jimwang/archive/2008/11/05/working-with-ado-net-data-services-in-ajax.aspxhttp://weblogs.asp.net/infinitiesloop/archive/2009/09/10/microsoft-ajax-4-preview-5-the-dataview-contro... 阅读全文
posted @ 2010-06-10 10:11 Ken-Cai 阅读(121) 评论(0) 推荐(0) 编辑

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