jQuery Mobile Framework
Find a file
scottjehl c7fae44a5c added a jQuery api viewer demo.
NOTE: content is a modified version of the downloadable HTML from http://jqapi.com
2010-09-16 13:13:38 -04:00
css Updates to allow for fill-width or inset style lists. 2010-09-16 12:37:45 -04:00
experiments added a jQuery api viewer demo. 2010-09-16 13:13:38 -04:00
images added for list view widget demos 2010-09-15 16:51:59 -04:00
js Updates to allow for fill-width or inset style lists. 2010-09-16 12:37:45 -04:00
sample-content committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00
.htaccess committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00
_containers-states.html removed unnecessary theme classes from headers & footers 2010-09-16 12:21:52 -04:00
_events.html removed unnecessary theme classes from headers & footers 2010-09-16 12:21:52 -04:00
_fixed-variation1.html removed unnecessary theme classes from headers & footers 2010-09-16 12:21:52 -04:00
_fixed-variation2.html removed unnecessary theme classes from headers & footers 2010-09-16 12:21:52 -04:00
_fixed.html removed unnecessary theme classes from headers & footers 2010-09-16 12:21:52 -04:00
_form-controls.html removed unnecessary theme classes from headers & footers 2010-09-16 12:21:52 -04:00
_globalnav.html removed unnecessary theme classes from headers & footers 2010-09-16 12:21:52 -04:00
_listview.html Updates to allow for fill-width or inset style lists. 2010-09-16 12:37:45 -04:00
_transitions-destination.html removed unnecessary theme classes from headers & footers 2010-09-16 12:21:52 -04:00
_transitions.html updated the demo page 2010-09-16 12:40:19 -04:00
combine.php committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00
index.html updated the demo page markup 2010-09-16 12:38:48 -04:00
README.md removed to-do list and moved them to issue tracker 2010-09-13 18:17:54 -04:00

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.