Addons

jQuery plugins implementations for eficient work.

Quick and easy way to build your product tours with Twitter Bootstrap Popovers.You can see more in GitHub

Start here!

a simple jQuery plugin that allows you to add a dynamically-resized, slideshow-capable background image to any page or element.You can see more in GitHub

Basic

Slideshow

Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS.You can see more in GitHub

One Font, 361 Icons
CSS Control
Infinite Scalability
IE7 Support
Perfect on Retina Displays
Made for Bootstrap
Desktop Friendly
Screen Reader Compatible

Bootstrap maxlength is a a visual feedback indicator for the maxlength attribute and supports textarea as well as inputs. Even on old IE.You can see more in GitHub

Usage

The default usage badge will show up by default when the remaining chars are 10 or less.

The field counter can be positioned at the top, bottom, left or right. You can also place the maxlength indicator on the corners: bottom-right, top-right, top-left, bottom-left and centered-right. All you need to do is specify the placement option, with one of those strings. If none is specified, the positioning will be defauted to 'bottom'

You can adjust all to your needs.

    1. $('input.className').maxlength({
    2. alwaysShow: true,
    3. threshold: 10,
    4. warningClass: "label label-success",
    5. limitReachedClass: "label label-important",
    6. separator: ' of ',
    7. preText: 'You have ',
    8. postText: ' chars remaining.',
    9. validate: true
    10. });

Heads up! Please note: if the alwaysShow option is enabled, the threshold option is ignored.

Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.

Search / Select

Multiple Select

jQuery plugin for dynamic textarea sizing.You can see more in GitHub