Skip to content

Commit

Permalink
more todos
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Sep 10, 2010
1 parent af7be5b commit da96531
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Early stage development for the jQuery Mobile UI Framework.
Code is subject to change dramatically!

Usage
=====
Expand All @@ -7,17 +8,15 @@ You'll need to point your local apache & php webserver at this root directory in
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.



Notes
=====



To-do
=====
- rename all ui-body and ui-body-a/b/c classes to ui-box* (body could be confused with the element)
- tabs
- 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

0 comments on commit da96531

Please sign in to comment.