jQuery Mobile Framework
Find a file
2010-09-11 08:15:07 -04:00
css cleaned out some old comments & a redundant selector 2010-09-11 08:05:28 -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 changed body swipe to swipe right and namespaced it as swiperight.jqm 2010-09-11 07:26:07 -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.html committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00
_form-controls.html committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00
_globalnav.html committing all the mobiley goodness. 2010-09-10 18:23:13 -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 committing all the mobiley goodness. 2010-09-10 18:23:13 -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 committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00
README.md new readme item 2010-09-11 08:15:07 -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.

To-do

  • rename all ui-body and ui-body-a/b/c classes to ui-box* (body could be confused with the element)
  • for some reason, the tabs are hiding on click now. they should stay visible
  • figure out tabs integration… particularly is tabs just a footer with links or a full in-page plugin? Currently it's the latter, but not good for page-to-page nav.
  • rename plugin method names to correspond with filenames
  • figure out how tree ties into state changes (should we make it bookmarkable?)
  • get selectmenu using ui-page model with transitions. (no url tracking though)
  • $(':focus').blur(); may not work everywhere
  • decide whether it makes sense to add -moz, -o, and w3c? properties into all the transitions. Fennec support? Opera mobile/mini? Others?