mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-25 16:44:43 +00:00
removed to-do list and moved them to issue tracker
This commit is contained in:
parent
cdcc31e794
commit
117164515f
1 changed files with 1 additions and 13 deletions
14
README.md
14
README.md
|
|
@ -8,16 +8,4 @@ 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.
|
||||
|
||||
|
||||
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?
|
||||
- As far as JS files go, jQuery.mobile.js is the starting point.
|
||||
Loading…
Reference in a new issue