我在 IE8 中做浏览器测试的有趣任务 > 自然 html5 并没有发挥作用我安装了 html5shiv 来让 css/html 很好地呈现元素,但后来它在 javascript 方面失败了。 .
IE8 没有将 jQuery 效果应用于 html5 元素,例如导航、标题等... IE9+ 绝对没问题,所以想知道由于 ie8 中缺乏对 html5 的支持,即使安装了 html5shiv 也会导致问题...。有谁知道解决方法?
例如
$(document).ready(function () {
$('nav li,#mini-menu li').hoverIntent(
function (e) {
etc etc etc
谢谢你的时间。