BeyondJS(link) Date.jsMatt Kruse wrote a date library (link) that is now part of JavaScript Toolbox (link). The library allows for parsing and formatting dates similar to C# and similar typed languages.
jQueryTo check if an element exists (link) use
$('element').length != 0KnockoutKnockout - data binding, Model-View-View Model (MVVM) for JavaScript and UI. (link)
Node.JSNodeJS is the server-side JavaScript implementation. It utilizes Google's V8 engine and is very light on resources and fit for scalability and real-time systems. See Node.JS project (link).
Require.JSText EditorsSome text editors, implemented in JavaScript, that can be used in web pages:
Graphical Libraries
Unit Testing (TDD)There is a list of JS unit testing frameworks at Wikipedia (link).
|