随笔分类 -  js

摘要:<div align='left' style='white-space: nowrap; overflow: hidden; text-overflow: ellipsis;width: 800px;'> </div> 阅读全文
posted @ 2016-09-26 11:25 密西西比的深蓝 阅读(599) 评论(0) 推荐(0)
摘要:$(document).ready(function () { $.ajax({ url: "ajax.aspx", success: function (cout) { ... 阅读全文
posted @ 2015-12-25 11:13 密西西比的深蓝 阅读(190) 评论(0) 推荐(0)
摘要:不同的浏览器创建XmlHttpRequest对象的方式不同。IE支持ActiveXObject和XMLHttpRequest,而Firefox、Opera或者Safari浏览器不支持ActiveXObject,仅支持XmlHttpRequest。方式1: function Create... 阅读全文
posted @ 2015-12-24 14:23 密西西比的深蓝 阅读(163) 评论(0) 推荐(0)