* applies data-themes appropriately to header,footer,page,and content roles * finds first link in header or footer, applies left button class * finds second link in header or footer, applies right button class * if no left button, a back button is auto added (this can be disabled through $.mobile.addBackBtn) * back buttons will not auto-add on the first page visited. * all headings h1-6 are given ui-title class for constent styling in header and footer * buttons in ui-bar,ui-header,ui-footer now all have consistent sizing and styling Fixes #109 Fixes #114 Fixes #28 Fixes #116 |
||
|---|---|---|
| css | ||
| docs | ||
| experiments | ||
| images | ||
| js | ||
| .gitignore | ||
| .htaccess | ||
| _containers-states.html | ||
| _dialog.html | ||
| _events.html | ||
| _filter.html | ||
| _fixed-variation1.html | ||
| _fixed-variation2.html | ||
| _fixed.html | ||
| _footer-persist-result.html | ||
| _footer-persist.html | ||
| _form-controls.html | ||
| _listview.html | ||
| _navlist.html | ||
| _progressbar-static.html | ||
| _search-results.html | ||
| _search.html | ||
| _transitions-destination.html | ||
| _transitions.html | ||
| combine.php | ||
| containers-states.html | ||
| index.html | ||
| README.md | ||
Early stage development for the jQuery Mobile UI Framework. Code is subject to change dramatically!
Usage
Early documentation: https://github.com/jquery/jquery-mobile/wiki/_pages
For now, I've set things up with a little combinator script to concat all the css and js files into one request and gzip. (js/all and css/all) You'll need to point your local apache & php webserver at this root directory in order to preview things.
If you don't currently have a webserver running locally, a quick way to get up and running is to download and install Mamp for Mac OSX. Once installed, just open Mamp, click preferences, go to the Apache tab, and select your local jQuery Mobile folder as the root. Then you can open a browser to http://localhost:8888 to preview the code. An alternative is XAMPP, which is also available for Windows, though you need to actually modify Apache's httpd.conf to point to your checkout: http://www.apachefriends.org/en/xampp.html You need the Rewrite (mod_rewrite.so), Expire (mod_expires.so) and Header (mod_headers.so) modules loaded.
Whenever this configuration becomes inconvenient, we can remove it, obviously it's not meant to stay!
- when adding a js or css file, add it to the manifest in its directory and it'll be included in the request
- As far as JS files go, jQuery.mobile.js is the starting point.