Creating Content

The JQuery Mobile is an HTML5 framework.  The best way to create content to avoid incompatibilities is to use non intrusive HTML5, not by using javascript unless you are targeting modern devices in which case it is safe to create content using JavaScript and AJAX instead of markup directly.

 

The jQuery Mobile object

jQuery Mobile attaches a new mobile object to the jQuery main object "$". Most work with the API is done using "$.mobile"  This object is only available after a mobileinit event is fired.

 

 

 

Feel free to comment if you can add help to this page or point out issues and solutions you have found. I do not provide support on this site, if you need help with a problem head over to stack overflow.

Comments

Your email address will not be published. Required fields are marked *