mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-30 10:54:44 +00:00
adding a little readme file - more to add!
This commit is contained in:
parent
1d0fd4a7d8
commit
af7be5bdf9
1 changed files with 23 additions and 0 deletions
23
README.md
Normal file
23
README.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
Early stage development for the jQuery Mobile UI Framework.
|
||||
|
||||
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.
|
||||
|
||||
|
||||
|
||||
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
|
||||
Loading…
Reference in a new issue