|
|
|
|
|
by true_religion
3781 days ago
|
|
DOM APIs didn't suck too badly. They weren't great, but they were usable. The problem was that every old browser had its own API and feature set. Jquery abstracted over all that, including bugs in specific versions of browsers and continually is updated to handle the case of a browser claiming to implement a feature but lying. Really if all browsers had the same API and feature set, there'd be no need for jQuery as it is today; you'd have a very different library. |
|