jQueryMobile - SimpleDialog
HomeDownload and Use
- Reqirements
- jQuery 1.6.4+
- jQueryMobile 1.0
- Download Links - Current Version (hotlinking allowed)
- Uncompressed, Development Version Plugin
- Uncompressed, Development CSS Styles
Compressed, Production Version Plugin- Compressed, Production CSS Styles
Note:The current version is also my first real stop on the development path. If you have a mission critical app, it is *highly* recommended that you either link to the compressed version, or better yet, a copy on your own server
- Significant Loading Order
- Loading Order is significant, a typical <head> might look like:
<link rel="stylesheet" type="text/css" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" /> <link rel="stylesheet" type="text/css" href="http://dev.jtsage.com/cdn/simpledialog/latest/jquery.mobile.simpledialog.min.css" /> <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js"></script> <script type="text/javascript" src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script> <script type="text/javascript" src="http://dev.jtsage.com/cdn/simpledialog/latest/jquery.mobile.simpledialog.min.js"></script>