Today I saw jquery mobile (http://jquerymobile.com/), I was very excited after reading; jquery in the Web JS framework of the storm is still continuing but also with the mobile terminal to the mobile; so what exactly does jquery mobile include?
First, jquery mobile is based on HTML5, because HTML5 has been defaulted to the next generation of web standards; various browser vendors have already achieved good compatibility with HTML5, including PC browsers and browsers on mobile devices. We generally say that HTML5 is actually in a broad sense, the Web experience provided by HTML5 mainly includes HTML5, css3, and JavaScript, which can be used to build sites with excellent web experience, and is cross-device;
Since jquery mobile is based on HTML5, HTML5 labels, css3, and JavaScript are indispensable. Therefore, jquery mobile has the corresponding mobile JS framework, JS components, JS plug-ins, and CSS themes; in addition, related APIs are provided. With the convenient mobile HTML online editor codiqa, you only need to drag and drop controls to build a mobile page, and directly Save the HTML file to you;
For devices supported by jquery mobile, jquerymobile.com is divided into three levels: A, B, and C.
Jquery mobile themeroller allows you to easily customize the style of your widget. You can get a full set of theme by simply dragging the widget.
Codiqa helps you easily create a mobile page.Http://jquerymobile.com/There is one on the codiqa official website.Http://www.codiqa.com/The work area will be simpler;
Jquery homepage:
Codiqa homepage (registration required)
Of course, jquery also provides demos and related documents.Http://jquerymobile.com/demos/1.1.0/
Of course, it's only version 1.1.0. Keep watching .... ...