What useful things could a javaScript library provide?

Posted by Delan Azabani on Stack Overflow See other posts from Stack Overflow or by Delan Azabani
Published on 2010-05-30T03:46:00Z Indexed on 2010/05/30 3:52 UTC
Read the original article Hit count: 820

In many of my answers I repeatedly urge users not to use JavaScript libraries like jQuery. I even wrote a blog post about the problems that using a library create.

Some of these problems include holding back native standards development, keeping users comfortably using IE, and abstracting the developer from real JavaScript.

If a site doesn't require IE as part of its audience, then how are libraries useful? The other popular browsers share extremely similar implementations and work well with things like JavaScript 1.6 arrays and AJAX. This is not a troll question, I'm truly wondering what they're useful for.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about javascript-library