开发者

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

开发者 https://www.devze.com 2023-03-13 20:34 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to b开发者_Go百科e supported by facts, references,or expertise, but this question will likely soli
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to b开发者_Go百科e supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

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?


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


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!

0

精彩评论

暂无评论...
验证码 换一张
取 消