代码如下:
$(function() { $('a').bind('click', function() { var actionObj = $(this); var actionText = actionObj.text(); var stateObj = { title : actionText, url : actionObj.attr('href'), msg : actionText }; window.history.pushState(stateObj, actionObj, actionObj.attr('href')); }); window.onpopstate = function(e) { console.log(e.state); }; })
chrome 或者 firefox 都不行……不知道哪里做错了……
波斯汪
蝴蝶不菲
相关分类