Search Results

0
votes

Any JavaScript Frameworks with the aim of standard based cross-platform JS and DOM?

Although it has its own API, Prototype tries to do that (at least partially). If you use Firebug, you can notice a lot of methods added to the DOM, in order to make the DOM equally in all browsers. …