Archives
-
Adding jQuery Mobile controls programmatically
Adding a new jQuery Mobile control can't be appended directly to the page. Every control with jQuery mobile has its own style that is loaded at create event which belongs to the control itself.
-
jQuery Mobile : Page pre-fetch
The latest release of jQuery Mobile beta 2 is characterized by a new added feature. This feature is called Page pre-fetch, which finds the links of the active pages and makes a lazy load for these pages into the DOM beyond the scene before the user clicks on it.
-
JQuery Mobile Code Snippets 2
This part is a complement of JQuery Mobile Code Snippets 1 , hope these codes help you.