about tools

jqMobi was built from the ground up to be light, fast, and excel on mobile devices. It takes advantage of new browser features and supports valid W3C CSS selectors. User generated performance tests at jsperf.net have shown it to be faster then every library out there.

jqUi is the first cross platform HTML5 UI/UX library to work the same on Android, iOS and Blackberry devices. jqUi supports fixed headers and footers, scrolling content areas, vector icons and more. Our support for Android is unmatched. We are the only library to use CSS3 transforms and not suffer from the normal "bugs", like double input boxes, select boxes not working, etc.

about calendar

jqMobi is a blazingly fast query selector library built from the ground up for mobile devices. Recognizing the previous groundwork that existing frameworks like jQuery and ZeptoJS laid out, we identified ways to speed up performance, while only implementing the necessary API's. We currently support over 60+ api's for jqMobi with jQuery compatible syntax. For a full list, see api.jqmobi.com

about basket

If you have a pre-existing jQuery plugin that uses the functions we implement, you're code should be fairly easy to port over. For the most part, you will just need to change the reference in the IIFE from "jQuery" to "jq"

First, we will show you the basic structure for creating a plugin, then show you how to create a utility plugin and finally one that acts upon elements in a bucket.

When creating a plugin, you should first start out by creating an IIFE (Immediately Invoked Function Expression) and extend the $.fn object

about settings

jqUi gives you the power to get fixed headers and or footers in your page. In a webview, this allows your app to look and function (from a users point) exactly like a native app would. We also do this in the web browser. We support the HTML5 history API's to allow back button navigation and it works along side great MVC frameworks like Backbone.js.

Plugins power the core of jqUi. We utilize the scrolling library, css3 animation library and add in additional plugins like the popup box and action sheet. jqUi also has jqMobi baked into it, so you can take advantage of those API's when building out your app.