Form

User Action Pseudo-Class - :focus

Pattern: :focus   Definition: The :focus pseudo-class matches the element that has the focus (E.g., when an input field has the text-input cursor within it).   Examples: Style an input field when it has the focus input:focus { border: 2px dashed thistle; }

jQuery.serializeJSON - Serialize an HTML Form to a JavaScript Object, supporting nested attributes and arrays

jQuery.serializeJSON adds the method .serializeJSON() to jQuery (or Zepto) that serializes an HTML form into a JavaScript Object with the same format as the default Ruby on Rails request params hash.  

jQuery++ - jQuery's missing utils and special events

jQuery++ provides jQuery's missing utils and special events. It is a MIT licensed collection of extremely useful DOM helpers and special events for jQuery 1.8 and later. It's not a UI project like jQuery UI. Instead, this plugin is all about providing low-level utilities for things that jQuery doesn’t support.    jQuery++ has the following plugins: DOM HELPERS - faster and easier DOM manipulation with:  jQuery.animate - animate using CSS animations  jQuery.compare - compare element documen

Ion.RangeSlider - jQuery range slider with skin support

Ion.RangeSlider is an easily customizable jQuery range slider. It has flexible settings and can be completely altered with CSS.   Ion.RangeSlider - Features: Skin support. (3 skins included and PSD for skin creation) Any number of sliders at one page without conflicts and big performance problems Two slider types single (1 slider) and double (2 sliders) Support of negative and fractional values Ability to edit step Support of custom values diapason  Automatically generated grid Ability

Bootstrap Form Helpers - a set of javascript to help you create user friendly forms

Bootstrap Form Helpers is a collection of jQuery plugins to help you build better forms. The plugins can be used individually but some of them work together like Countries and States. The collection includes: A custom select element A slider A color picker A country picker A state picker A currency picker A phone input A number input A language picker A timezone picker A Google font picker A date picker A time picker A font picker A font size picker  

jQuery Autocomplete - create autocomplete and autosuggest boxes easily

jQuery Autocomplete allows you to easily create autocomplete and autosuggest boxes for text input fields.   Built with focus on performance - results for every query are cached and pulled from local cache for the same repeating query. If there are no results for particular query it stops sending requests to the server for other queries with the same root.  

jQuery Upload File - provides multiple file uploads with progress bar

jQuery Upload File plugin provides multiple file uploads with progress bar. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.  

rangeslider.js - HTML5 input range slider element polyfill

rangeslider.js is a simple, small and fast JavaScript/jQuery polyfill for the HTML5 <input type="range"> slider element.   rangeslider.js - Features: Touchscreen friendly Recalculates onresize so suitable for use within responsive designs Small and fast  

Iconpicker for Bootstrap

Iconpicker for Bootstrap is a simple icon picker.   It's very simple to use. You can have a beautiful icon picker by just adding role="iconpicker" to initialize the iconpicker. Like the following code:  <button class="btn btn-default" role="iconpicker"></button>          

DropzoneJS - provides drag'n'drop file uploads with image previews

DropzoneJS is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars. This means that a user can drag and drop a file onto it, and the file gets uploaded to the server via AJAX.   DropzoneJS - Features: Image thumbnail previews. Simply register the callback thumbnail(file, data) and display the image wherever you like Retina enabled Multiple files and synchronous uploads Progress updates Support for large files Complete theming. The look and feel of D