Do the jquery selectors 'first', 'odd', work in all brows开发者_运维百科ers?
Yes. The entire point of jQuery is to support cross-browser comparability (per the home page, it supports IE 6.0+, FF 2.0+, Safari 3.0+, Opera 9.0+ and Chrome). If you do come across a bug, please report it to the jQuery team.
Yes it works properly in all browsers. The main advantage of using javascript framework is that they handle all the browser compatibility issues.
Check the below link for more details -
http://docs.jquery.com/Browser_compatibility
精彩评论