-
If jQuery is just a bunch of javascript libraries why would some
features not work in certain browsers? -
If the jQuery tests have
been ran on a WebkitBased browser, can it automatically be assumed
that all other WebkitBased browsers will have the exact same
behavior whether mobile/desktop or other, if not what would make it
act differently? -
I need to automatically run jquery unit tests
daily and track any variation in results, for visual and other
changes how would you go about tracking these?
If jQuery is just a bunch of javascript libraries why would some features not
Share
All browsers are different and have their own javascript engine. Browsers built on the same engine (Mozilla, Webkit, etc) will work very similar, but not necessarily exactly the same.
No, there are some differences between mobile and desktop browsers.
jQuery release notes?
jQuery does an awesome job at taking care of cross browser issues. However, browsers and devices change very often, so its not likely that it will work with everything all the time.