IE8 错误:
Message: Expected '}'
Line: 59
行:59 第二个示例所在的位置 ----- > ( $magicLineTwo.stop().animate({ )
$("#example-two li").find("a").hover(function() {
$el = $(this);
leftPos = $el.position().left;
newWidth = $el.parent().width();
$magicLineTwo.stop().animate({
left: leftPos,
width: newWidth
backgroundColor: $el.attr("rel")
});
完整的 javascript 代码可以在这里找到JSFiddle
如果有人可以帮助我,我将不胜感激,几周以来一直坚持这一点。