1. Modernizr

    By:

    Modernizr adds classes to the <html> element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it. Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML5) while still maintaining a fine level ... More information

  2. ZeroClipboard

    By:

    The Zero Clipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface.

  3. QUnit for ASP.NET MVC

    By:

    This QUnit support for ASP.NET MVC. You may also use it for ASP.NET Webforms, but the css folder will not be on the default location. QUnit is a powerful, easy-to-use, JavaScript test suite. It's used by the jQuery project to test its code and plugins but is capable of testing any generic JavaScript code (and even capable of testing JavaScript code... More information

  4. jquery.captureDocumentWrite

    By:

    Allows getting the content written by script files which use the document.write() method. Originally created to support the SignalR chat sample application when adding content providers for reading entries from pastie or git. Sample usage: $('<div/>').captureDocumentWrite('https://gist.github.com/1158895.js?file=gistfile1.cs', function(content){/*c... More information

  5. jQuery

    By:

    jQuery is a new kind of JavaScript Library. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. NOTE: This package is maintained on behalf of the library ow... More information

    2,404,946 downloads

    Tags

  6. Microsoft Ajax Minifier

    By:

    JavaScript and CSS minification Library for use in .NET applications that want to provide minification or parsing functionality.

  7. Microsoft ASP.NET SignalR JavaScript Client

    By:

    JavaScript client for ASP.NET SignalR.

  8. RequireJS

    By:

    A JavaScript module loader.

  9. YUICompressor .NET

    By:

    This library can minify and/or bundle any Javascript and/or Cascading Style Sheets. This is a direct .NET port of the original Yahoo! UI Library: YUI Compressor.

  10. jQuery UI (Combined Library)

    By:

    jQuery UI is an open source library of interface components — interactions, full-featured widgets, and animation effects — based on the stellar jQuery javascript library . Each component is built according to jQuery's event-driven architecture (find something, manipulate it) and is themeable, making it easy for developers of any skill level to inte... More information

  11. Noesis.Javascript

    By:

    Javascript .NET integrates Google's V8 Javascript engine and exposes it to the CLI environment. Javascript .NET compiles (at runtime) and executes scripts directly from .NET code. It allows CLI objects to be exposed and manipulated directly from the executed Javascript.

  12. knockoutjs

    By:

    A JavaScript MVVM library to help you create rich, dynamic user interfaces with clean maintainable code

  13. Moment.js

    By:

    A lightweight javascript date library for parsing, manipulating, and formatting dates.

  14. SassAndCoffee.JavaScript

    By:

    Just the JavaScript (CoffeeScript, Uglify.js) parts of SassAndCoffee. Useful for embedding in other projects.

  15. Jurassic

    By:

    Jurassic is an implementation of the ECMAScript language and runtime.

  16. WebGrease

    By:

    Web Grease is a suite of tools for optimizing javascript, css files and images.

    428,113 downloads

  17. Backbone.js

    By:

    Backbone supplies structure to JavaScript-heavy applications by providing models key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.

  18. MarkdownDeep - .NET and JavaScript Editions

    By:

    MarkdownDeep is a high performance .NET Markdown engine along with a 100% compatible JavaScript implementation for client side use.

  19. Sammy.js

    By:

    Sammy.js is a tiny JavaScript framework developed to ease the pain and provide a basic structure for developing JavaScript applications. Sammy tries to achieve this by providing a small core framework and an ever-growing list of plugins for specific functionality. The core includes a simple API for defining applications which are made up primarily ... More information

  20. MvcHaack.Ajax

    By:

    A libary for easily calling ASP.NET MVC Action methods from JavaScript