LittleCub Forms

Light-Weight, High-Performance & Easily Customizable

jQuery Mobile is one of the most popular and powerful mobile UI framework for cross-platform and cross-device applications.

LittleCub provides two themes jquerymobile and jquerymobile-horizontal that render form controls in jquery mobile styles.

To load the themes, we can either use the compiled version or load the templates directly. Make sure you adjust the paths in the following code snippet.

Runtime Mode

<script src="dist/littlecub-jquerymobile.min.js" type="text/javascript"></script>

Development Mode

LittleCub.loadThemes({
    "default" : "themes/jquerymobile/jquerymobile.html",
    "default-horizontal": "themes/jquerymobile/jquerymobile-horizontal.html"
}, function() {
    // Rest of your forms related code goes here!
});