码迷,mamicode.com
首页 >  
搜索关键字:history    ( 2989个结果
107条Javascript的常用语句
1. document.write( " "); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document- >html- >(head,body)4.一个浏览器窗口中的DOM顺序是:window- >(navigator,screen,history,location,do.....
分类:编程语言   时间:2014-09-20 22:46:19    阅读次数:242
ajax与HTML5 history pushState/replaceState实例
byzhangxinxufromhttp://www.zhangxinxu.com本文地址:http://www.zhangxinxu.com/wordpress/?p=3432一、本文就是个实例展示三点:我就TM想找个例子,知道如何个使用,使用语法什么的滚粗跟搜索引擎搞基自己备忘精力总是有限的,昨...
分类:Web程序   时间:2014-09-20 21:47:39    阅读次数:193
HTML5 API——无刷新更新地址 history.pushState/replaceState 方法
尽 管是上面讲到的《JavaScript高级程序设计》(第二版)中提到,BOM中的location.path/query…… (window.location)在通过JavaScript更改以后,浏览器都会通过刷新来到达你更改后的URL(location的意思就是位 置。。)而在JavaScript...
分类:Windows程序   时间:2014-09-20 20:31:29    阅读次数:223
使用ajax和window.history.pushState无刷新改变页面内容和地址栏URL
1 2 3 4 5 6 7 8 9 10 11 14 15 183 周记【学校晚会篇】184 185 186 187 224 230 231 232 233 ...
分类:Windows程序   时间:2014-09-20 19:51:09    阅读次数:494
Chapter 1 An Introduction to Java
1. Java As a Progaramming Platform2. The Java "White Paper" Buzzwords3. Java Applets and the Internet4. A Short History of Java5.Common Misconceptions...
分类:编程语言   时间:2014-09-19 13:47:25    阅读次数:197
JavaScript 各种页面跳转方法
第一种:window.location.href="login.jsp?backurl=\"+window.location.href; 第二种:alert("返回"); window.history.back(-1); 第三种:window.navigate("top.jsp"); 第四种:sel...
分类:编程语言   时间:2014-09-18 22:01:04    阅读次数:191
javascript集合大全
1.document.write(""); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)5...
分类:编程语言   时间:2014-09-18 21:57:54    阅读次数:311
JS常用方法函数整理
1.document.write("");为输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document)5...
分类:Web程序   时间:2014-09-18 18:38:34    阅读次数:227
Keil AGDI Header File
#ifndef __AGDI__INCED___ #define __AGDI__INCED___//---Revision History: ----------------------------------------------// 17.10.2000, added AG_SYM_S...
分类:其他好文   时间:2014-09-18 16:13:44    阅读次数:1069
每日一句(2014-9-18)
Better not to ignore the past but learn form it instead,Otherwise history has a way of repeating itself最好不要忽略过去,而是从中得到些教训,否则,历史会不断重复上演Better not to ig...
分类:其他好文   时间:2014-09-18 13:02:33    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!