You can add styles for info, warning and error elements, by adding the classes .info, .warning and .error on them.
Example : Divs:
I'm an info
I'm a warning
I'm an error
I'm a success
Forms:
Dropdown
The dropdown is a small jQuery plugin helping you to create menus when clicking an element.
If you want to create a dropdown link, add data-dropdown with the reference to your dropdown list.
It can also used on select elements in order to improve their usablility, you just have to add the class .dropdown.
Settings :
Parameter
Information
Default value
columns
Number of columns. You can define it by setting "data-columns".
1 (3 for select elements)
scroll
Allow scrolling on the items. If false, the dropdown will show all the items. You can define it by setting "data-scroll".
false (true for select elements)
width
Width of the dropdown. You can define it by setting "data-width" (px|'auto'|'parent').
You can easily create slideshows. Create a div.carousel containing one <ul> and a set of li.
You can add a carousel caption inside the li with a div.carousel-caption.
You can choose between slide and fade transition mode.
Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.
Second caption
Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.
Third caption
Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.
Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.
Second caption
Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.
Third caption
Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.
Ministrap provides simple jQuery hints. It's very easy to use, you just have to add the class .hint to your element, and add an attribute data-hint with the content of the hint. You can customize your hint with data-hint-position, data-hint-presistent and data-hint-class.
The miniSwipe plugin offers a simple way to add swipe movements on any element of the Webpage. It works on any browser supporting the Touch Events (safari mobile, chrome mobile, etc.).
To add a swipe action on an element, apply the miniSwipe plugin on the element on which the touch action will be done, and provide the functions that must be called to their corresponding parameter: swipeUp, swipeDown, swipeLeft and/or swipeRight.
Example (works on tablets and touch-screen mobiles) :
The miniDatePicker plugin adds to date, time or datetime inputs, a little picker displayed on a popup allowing an easier selecting. The plugin automatically handles the browser language.