1. 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,412,192 downloads

    Tags

  2. jQuery Validation

    By:

    This jQuery plugin makes simple clientside form validation trivial, while offering lots of option for customization. That makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate it into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation m... More information

  3. 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

  4. Microsoft jQuery Unobtrusive Validation

    By:

    jQuery plugin that unobtrusively sets up jQuery.Validation.

  5. jQuery Mobile

    By:

    A unified user interface system across all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at ... More information

  6. Windows Azure Storage

    By:

    This client library enables working with the Windows Azure storage services which include the blob service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. For this release see notes - http://msdn.microsoft.com/en-us/library/... More information

  7. PoliteCaptcha

    By:

    PoliteCaptcha is a spam prevention library for use with ASP.NET MVC that attempts polite spam prevention before rudely presenting the user with a CAPTCHA.

    291,741 downloads

  8. Microsoft jQuery Unobtrusive Ajax

    By:

    jQuery plugin that lets you unobtrusively set up jQuery Ajax.

  9. jQuery Templates (Beta 1)

    By:

    jQuery templates contain markup with binding expressions. Templates are applied to data objects or arrays, and rendered into the HTML DOM.

  10. jQuery Cookie

    By:

    A simple, lightweight jQuery plugin for reading, writing and deleting cookies. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/

  11. jQuery Color

    By:

    A jQuery plugin that adds the ability to do color animations to jQuery. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/

  12. 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

  13. jQuery Easing

    By:

    A jQuery plugin from GSGD to give advanced easing options.

  14. jQuery KeyTips

    By:

    The KeyTips plugin for jQuery (formerly the Access Key Highlighter plugin) provides various options for highlighting access keys on web forms when the user presses their browser's access key shortcut key, e.g. Alt in Internet Explorer and Safari, Shift+Alt in Firefox.

  15. 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

  16. Bootstrap

    By:

    Sleek, intuitive, and powerful front-end framework for faster and easier web development. Issues? Please post them here https://github.com/sirkirby/twitter-bootstrap-nuget/issues

  17. DataAnnotationsExtensions.MVC3

    By:

    Validation attributes that extend Data Annotations and provide integrated server and client side validation (using unobtrusive jquery validation).

  18. jQuery Unobtrusive Validation

    By:

    Legacy package, jQuery.Validation.Unobtrusive is now included in the 'Microsoft.jQuery.Unobtrusive.Validation' package.

    96,162 downloads

  19. jQuery Unobtrusive Ajax

    By:

    Legacy package, jQuery.Ajax.Unobtrusive is now included in the 'Microsoft.jQuery.Unobtrusive.Ajax' package.

    87,823 downloads

  20. PagedList

    By:

    PagedList makes it easier for .Net developers to write paging code. It allows you to take any IEnumerable(T) and by specifying the page size and desired page index, select only a subset of that list. PagedList also provides properties that are useful when building UI paging controls.