分类: 前端技术
改换页面地址而不刷新 (Modify the URL without reloading the page,翻译和转载)
这玩意能在这些浏览器里面做到了!: Chrome, Safari, FF4+, and IE10Platform Preview4+! 更详细信息可以查看这个页面: Updating address bar with new URL without hash or reloading the pag 继续>
js中escape,encodeURI,encodeURIComponent三个函数的区别(转载)
js对文字进行编码涉及3个函数:escape,encodeURI,encodeURIComponent,相应3个解码函数:unescape,decodeURI,decodeURIComponent 1、 传递参数时需要使用encodeURIComponent,这样组合的url才不会被#等特殊字符 继续>
(网页)触摸事件的处理 文章转载
http://www.cnblogs.com/pifoo/archive/2011/05/23/webkit-touch-event-1.html (这篇内容不转了) http://backtothecode.blogspot.com/2009/10/javascript-touch- 继续>
[web前端]跨域通信与实验
跨域通信与实验 V1 2012-4-5 V2 2012-5-29 V2.1(优化) 2013-5-13 实验文件的使用方法见readme.txt 前言 因为浏览器的同源策略和目前大型web服务的文件分布于各域名,js中跨域通信也越来越多的出现,本文总结和实验一些跨域的方法。 实验代码:source. 继续>