Is using jQuery a guarantee for cross browser compatibility? [closed]

和自甴很熟 提交于 2019-12-01 17:05:23

问题


I noticed that writing cross-browser compatible code in JavaScript could be a little difficult in some cases. Is using jQuery a guarantee that my JavaScript code works in all browsers?


回答1:


As you can read on jQuery's page about browser compatibility, it supports all modern browsers including old but widely used browsers like Internet Explorer 7. If you encounter an issue with a browser using jQuery, you should submit a bug report. The beauty with frameworks such as jQuery is their compatibility.

Good luck!




回答2:


jQuery provides good compatibility among modern browsers. There are, however, no guarantees. No one can offer you that.



来源:https://stackoverflow.com/questions/6384707/is-using-jquery-a-guarantee-for-cross-browser-compatibility

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!