Hop! I have been a developer for many years and have always tried to emphasize code that is compatible with as many systems as possible.
I recently bought a jQuery book in action and started reading it. I am very concerned about the fact that the source code does not work correctly in any of the browsers of my current computer.
In particular, I downloaded the source code of the book and selected the "JQuery Selectors Lab" for chapter 2. But it does not look like this in the book.
In Google Chrome, the DOM Sample and DOM Sample Code panels are completely empty. In IE7, everything looks much closer to how they appear in the book. But the source code in the DOM Sample Code panel is on one line (which extends to the right, from the page). Please note that the screenshots in the book have a browser running on Mac.
I'm curious what cross-compatibility users, more experienced with jQuery, find, and what this revelation means for developers who like to be as compatible as possible and plan to use jQuery.
source share