Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  5] [ 3]  / answers: 1 / hits: 28747  / 13 Years ago, mon, april 11, 2011, 12:00:00

Yikes! I've been a developer for many years and have always tried to emphasize code that is compatible with as many systems as possible.



Recent, I purchased the book jQuery in Action and started reading it. I am very disturbed by the fact that the included source code doesn't appear to work correctly on either of the browsers on my current computer.



Specifically, I downloaded the book's source code and selected the jQuery Selectors Lab for Chapter 2. But it doesn't look how it does in the book.



On Google Chrome, both the DOM Sample and DOM Sample Code panes are completely empty. On IE7, things appear much closer to how they appear in the book. But the source code in the DOM Sample Code pane is all on one line (which extends to the right, off the page). Note that the screenshots in the book are of a browser running on the Mac.



I'm curious what sort of cross-browser compatibility users more experienced with jQuery are finding, and what this revelation means for developers who like to be as compatible as possible and are planning to use jQuery.


More From » jquery

 Answers
24

jQuery is actively supported in all these browsers:




  • Firefox 2.0+

  • Internet Explorer 6+

  • Safari 3+

  • Opera 10.6+

  • Chrome 8+



There are known problems with outdated browsers as per the list below:




  • Mozilla Firefox 1.0.x

  • Internet Explorer 1.0-5.x

  • Safari 1.0-2.0.1

  • Opera 1.0-9.x

  • Konqueror



jQuery generally works with Konqueror and Firefox 1.0.x, but there may be some unexpected bugs since we do not test them as regularly.



If you are using any of the outdated browsers, then this could be your problem, otherwise, you should post your code here on stackoverflow to get help. It may not be the browser causing the problem, but it could be the way code is written or executed.


[#92821] Friday, April 8, 2011, 13 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
breap

Total Points: 606
Total Questions: 96
Total Answers: 108

Location: Djibouti
Member since Sun, Feb 27, 2022
2 Years ago
breap questions
Thu, Jun 24, 21, 00:00, 3 Years ago
Wed, Mar 18, 20, 00:00, 4 Years ago
Mon, Oct 7, 19, 00:00, 5 Years ago
;