Please enable JavaScript.
Coggle requires JavaScript to display documents.
jQuery Mobile - Coggle Diagram
jQuery Mobile
v.1.3.2
Demo
https://demos.jquerymobile.com/1.3.2/
API
https://api.jquerymobile.com/1.3/
Download
https://jquerymobile.com/resources/download/jquery.mobile-1.3.2.zip
CDN
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css" />
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
Events
pagebeforechange
pagebeforecreate
pagecreate
pageinit
pagehide
pagechange
Useful methods
$.mobile.activePage.addClass('ui-page-active')
$.mobile.changePage("#services",{transition:"flip"})
$.mobile.path.get()
Hybrid App Builder
https://monaca.io
https://framework7.io
https://nativescript.org
https://capacitorjs.com
https://www.bitrise.io/
v.1.4.5
Demo
http://demos.jquerymobile.com/1.4.5/
Download
https://jquerymobile.com/resources/download/jquery.mobile-1.4.5.zip
API
https://api.jquerymobile.com/1.4/
CDN
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>