Useful JavaScript Libraries
Here are a few useful/interesting JS libraries I've found:
- jQuery - DOM traversal, animation, AJAX, Swiss knife of JavaScript
- JSON - enables fluid JSON support
- php.js - port of PHP functions to JavaScript
- store.js - localstorage wrapper library
- $dom - DOM traversal, lightweight
- Sizzle - jQuery's DOM traversal offspring, now part of jQuery
- AMF - binary serialization
- Underscore.js - provides functional programming facilities to JS
- jLINQ - LINQ support in JavaScript
- Tablesorter - sorts <table> tags