A custom select for @twitter bootstrap using button dropdown.
CSS Classes: .selectpicker
Insert custom HTML into the option with the data-content attribute:
Add a header to the dropdown menu, e.g. header: 'Select a condiment' or data-header="Select a condiment"
Bootstrap Select is fully integrated with the theme system. Change theme color to see how Bootstrap Select changes:
Dee Admin Template custom password strength
A tiny color picker built on jQuery.
CSS Classes: .minicolors-input
In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
EmptyDropzoneJSis an open source library that provides drag’n’drop file uploads with image previews.
CSS Classes: .dropzone
Dropzone is fully integrated with the theme system. Change theme color to see how Dropzone changes:
To integrate Dropzone with theme system just add .dropzone-theme
class to the Dropzone form to set the theme style: <form class="dropzone dropzone-theme"></form>
Nice, downward compatible, touchable, jQuery dial.
To use Knobinputs you have to define an input element like: <input type="text" value="75" class="knobClass" data-*>
and then convert this input into a knob with this JS function: $(".knobClass").knob();
Easy, flexible and responsive range slider with skin support.
Start without params Set type to double and specify range, also showing grid and adding prefix "$" Set up you own numbers One more example with stringsA clock-style timepicker for Bootstrap (or jQuery).
ClockPicker is fully integrated with the theme system. Change theme color to see how ClockPicker change:
CSS Classes: .clockpicker
To use Clockpicker you have to define a div
with clockpicker
class like this: <div class="clockpicker"></div>
And invoke the clockpicker
JS function like this: $('.clockpicker').clockpicker();
Datepicker for Bootstrap
Date Picker can be used like a normal input element: <input type="text" type="text" class="form-control" id="datepicker">
Or like an inline div: <div id="datepicker">
Once you have the input
or the div
you need to call the datepicker function like this: $('#datepicker').datepicker();
Date Picker is fully integrated with the theme system. Change theme color to see how Date Picker change:
This is a masked input plugin for the jQuery javascript library.
Bootstrap TouchSpinis a mobile and touch friendly input spinner component for Bootstrap 3.
Touch spin is fully integrated with the theme system. Change theme color to see how Touch spin changes:
A simple jQuery image cropping plugin.