Sales: +19,77% 3,4,10,5,3,6,3,2,1,5
Visits: +23,34% 5,3,9,6,5,9,7,3,5,2
New Users: +2,84% 6, 9, 3,5,3,5,2,8,9,6,3
Input Fields

Individual form controls receive styling, but without any required base class on the <form> or large changes in markup. Results in stacked, left-aligned labels on top of form controls.

Read more about forms here
Textareas

Elastic textarea with autogrow

A textarea which grows vertically as it becomes full. This implementation - inspired by Facebook - relies on a hidden auxiliary div, preventing flickering scrollbars.

For more information check GitHub.

Files:
js/plugins/textarea-autogrow.js


With Characters Limit

Use
$("#textarea_id").limiter(100, elem);
Files:
js/plugins/character-limit.js


WYSIWYG Bootstrap Style Editor

Use
$('#editor').wysihtml5({
       "image": false,
       "link": false
});
Files:
js/plugins/bootstrap-wysihtml5.js

For more information check GitHub
Selects

Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly.

For more information check Chosen Website.

Files:
js/plugins/chosen/chosen/chosen.jquery.min.js

Radio and Checkboxes

Uniform masks your standard form controls with custom themed controls. It works in sync with your real form elements to ensure accessibility and compatibility.

For more information check Uniform JS.

Files:
js/plugins/jquery.uniform.min.js

Pickers

Add datepicker or colorpicker to field or to any other element.

For more information check Datepicker and Colorpicker .

Files:
js/plugins/bootstrap-datepicker.js
js/plugins/bootstrap-colorpicker.js

Masked Inputs

This is a masked input plugin for the jQuery javascript library. It allows a user to more easily enter fixed width input where you would like them to enter the data in a certain format (dates,phone numbers, etc).

For more information check Masked Input Plugin .

Files:
js/plugins/jquery.maskedinput-1.3.js

Grid sizing

Use .span1 to .span12 for inputs that match the same sizes of the grid columns.

For more information check Bootstrap - Forms .