摘要:
html5新增api,类似于jquery的 addclass、toggleClass、removeClass方法 add:给元素添加一个指定的class 01 var test = document.getElementById('test'); 02 test.classList.add('yel 阅读全文
摘要:
window.onpopstate window.onpopstate是popstate事件在window对象上的事件句柄. 每当处于激活状态的历史记录条目发生变化时,popstate事件就会在对应window对象上触发. 如果当前处于激活状态的历史记录条目是由history.pushState() 阅读全文