jquery不支援的瀏覽器有IE6、IE7、IE8,這些低版本的IE瀏覽器在jQuery新版本中已經不被進行相容性處理了;如果專案需要相容IE低版本,需要使用jQuery1.x版本。
本文操作環境:windows7系統、jquery1.2.6版本、Dell G3電腦。
jquery不支援的瀏覽器有哪些?
jQuery新版本已經不再進行IE低版本(IE6、IE7、IE8)的相容性處理。
如果專案需要相容IE低版本,需要使用jQuery1.x版本,從2.x開始已經不相容IE6、7、8了。
以下為jQuery官網的通知:
jQuery 2.x has the same API as jQuery 1.x, but does not support Internet Explorer 6, 7, or 8. All the notes in the jQuery 1.9 Upgrade Guide apply here as well. Since IE 8 is still relatively common, we recommend using the 1.x version unless you are certain no IE 6/7/8 users are visiting the site. Please read the 2.0 release notes carefully.
推薦:《jquery影片教學》
翻譯如下:
jQuery 2 .x和jQuery的API用法相同,但不再支援IE6、7、8。
1.9版本中的所有升級精靈資訊同樣適用於2.x
由於IE8仍用戶較多,因此建議使用1.x版本,除非確定沒有用IE6、7、8的使用者造訪網站。
請仔細閱讀2.0的發布資訊。
以上是jquery不支援的瀏覽器有哪些的詳細內容。更多資訊請關注PHP中文網其他相關文章!