雨芐 2014-03-08 03:50
浏览 938

ie6和ie7提示脚本错误

我写了一段点击按钮就实现图片左右滚动的代码,在火狐和ie8都能正常运行,但在ie6和ie7中载入页面时老是弹出个窗口提示脚本错误,但能正确运行点击按钮左右滚动图片的效果。我不想在ie6和ie7中载入页面时老是出现这个弹出错误的问题,求助大神帮忙解决,谢谢了。下面是我写的代码:
<!-- [if lt IE9] --><!-- [endif] -->
<!-- [if gte IE9] --><!-- [endif] -->
<br> $(function(){</p> <pre><code>var i=0; var width=$(&#39;.product .center a&#39;).width(); var total_width=$(&#39;.product .center &#39;).width(); $(&#39;.product .left button&#39;).on(&#39;click&#39;,function(){ if(i==0){ i=-total_width+width; $(&#39;.product .center p&#39;).css(&#39;left&#39;,i); } else{ i=i+width; $(&#39;.product .center p&#39;).css(&#39;left&#39;,i); } }); $(&#39;.product .right button&#39;).on(&#39;click&#39;,function(){ i=i-width; if(i&lt;=-total_width){ i=0; $(&#39;.product .center p&#39;).css(&#39;left&#39;,i); } else{ $(&#39;.product .center p&#39;).css(&#39;left&#39;,i); } }); </code></pre> <p>});</p>

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥50 永磁型步进电机PID算法
    • ¥15 sqlite 附加(attach database)加密数据库时,返回26是什么原因呢?
    • ¥88 找成都本地经验丰富懂小程序开发的技术大咖
    • ¥15 如何处理复杂数据表格的除法运算
    • ¥15 如何用stc8h1k08的片子做485数据透传的功能?(关键词-串口)
    • ¥15 有兄弟姐妹会用word插图功能制作类似citespace的图片吗?
    • ¥200 uniapp长期运行卡死问题解决
    • ¥15 latex怎么处理论文引理引用参考文献
    • ¥15 请教:如何用postman调用本地虚拟机区块链接上的合约?
    • ¥15 为什么使用javacv转封装rtsp为rtmp时出现如下问题:[h264 @ 000000004faf7500]no frame?