Kar*_*rem 36 html5 pushstate html5-history
如何检查您使用的浏览器是否支持HTML5历史记录API?
正如你在这里看到的http://caniuse.com/#search=history中只有chrome + ff4和其他几个人支持这个,如果他们不支持这个,我希望做点其他事情.
如何为此检查制作某种if语句?
Gau*_*rav 76
if (window.history && window.history.pushState)
另请参阅此All-In-One几乎按字母顺序排列的无故障检测指南
Gel*_*tin 24
您可以使用Modernizr 检测历史管理(以及许多其他浏览器功能)的支持.
if (Modernizr.history)
| 归档时间: | 
 | 
| 查看次数: | 12586 次 | 
| 最近记录: |