JavaScript compatibility libraries -
What are JavaScript libraries that provide compatibility with particular implementation? For example, such a library can offer features in JavaScript 1.6 that are portable in different browsers. When it is available, you should take advantage of basic support for that functionality.
Some frameworks, such as jQuery or Prototype, provide features that are similar in new versions of JS, but I want to cut both, I am using a standard or published version on the size of the library. And am ensuring full compliance.
Is there such libraries present? There is not much on this subject in Google and Wikipedia.
It seems that such a library: "JavaScript Standard Library" () it is JS 1.2 or later As much as possible to browse versions, JS is ready to provide 1.6 compatibility.
I have not used it, and it is not sure how well it works. The documentation Sketchy has been written in English; This can be a sign of lack of extensive use, because otherwise someone might have corrected it so far.
To add confusion, a link from a site, located on a separate website, whose list of features indicates that a subset .
The author has written about some general concepts about this library.
Comments
Post a Comment