mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-22 23:24:43 +00:00
jQuery Mobile Framework
- globalnav elements can now be included at the end of any ui-page div - mobilize will create the globalnav when it finds one, append outside of ui-page to persist across pages - when a new page is loaded that includes a globalnav, old globalnav will be replaced with the new one. |
||
|---|---|---|
| css | ||
| experiments | ||
| images | ||
| js | ||
| sample-content | ||
| .htaccess | ||
| _containers-states.html | ||
| _dialog.html | ||
| _events.html | ||
| _fixed-variation1.html | ||
| _fixed-variation2.html | ||
| _fixed.html | ||
| _form-controls.html | ||
| _globalnav.html | ||
| _listview.html | ||
| _transitions-destination.html | ||
| _transitions.html | ||
| combine.php | ||
| index.html | ||
| README.md | ||
Early stage development for the jQuery Mobile UI Framework. Code is subject to change dramatically!
Usage
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. 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.