jQuery Mobile Framework
Find a file
scottjehl 1e7ed8c5d2 removed dependency on jQuery bbq in this file.
Now we only really need the hashchange plugin, unless plugins like tabs and tree end up needing to track their state via hash params. (Currently, jQuery.tabs.js uses bbq for tracking state under the "tab" parameter.)

For now, this fixes #6
2010-09-14 13:16:55 -04:00
css fixed up globalnav.js plugin and demo page. This could potentially replace the tabs plugin... 2010-09-14 11:44:16 -04:00
experiments committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00
images committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00
js removed dependency on jQuery bbq in this file. 2010-09-14 13:16:55 -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 committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00
_events.html committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00
_fixed-variation1.html updated for these new demos that show different variations of the overlays 2010-09-11 12:40:04 -04:00
_fixed-variation2.html updated for these new demos that show different variations of the overlays 2010-09-11 12:40:04 -04:00
_fixed.html updated demo pages. unlinked the other fixed demos for now, since those transitions aren't working well 2010-09-12 11:33:53 -04:00
_form-controls.html committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00
_globalnav.html fixed up globalnav.js plugin and demo page. This could potentially replace the tabs plugin... 2010-09-14 11:44:16 -04:00
_tabs.html committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00
_transitions-destination.html committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00
_transitions.html added slidedown,slidebackup transitions. modified slideup transitions' naming to accommodate. 2010-09-11 08:49:54 -04:00
_tree.html committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00
combine.php committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00
index.html added link to globalnav demo page 2010-09-14 11:50:00 -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.