jQuery Mobile Framework
Find a file
2010-10-11 17:26:51 -04:00
css apply theming to inputs using data-theme. background image is set to none, but color is used, along with ui-shadow-inset 2010-10-11 17:26:51 -04:00
design added design directory - added vector icons file designed by Todd. 2010-10-11 08:06:09 -04:00
docs updated to use the new data-inline="true" attribute 2010-10-11 16:19:31 -04:00
experiments Converter demo: coding standards. 2010-10-11 11:17:39 -04:00
images moved installed app assets to experimental 2010-10-07 18:37:10 -04:00
js apply theming to inputs using data-theme. background image is set to none, but color is used, along with ui-shadow-inset 2010-10-11 17:26:51 -04:00
.gitignore Updating .gitignore to allow more files. 2010-10-08 18:17:15 -04:00
.htaccess removed line to make html files run as php, now that gzip lines are removed. PHP is still used in css/js combinator 2010-10-02 11:49:04 -04:00
_containers-states.html removing home links - auto-back links will work in their place 2010-10-08 23:10:56 -04:00
_dialog.html demo markup cleanup 2010-10-09 08:57:57 -04:00
_events.html Made all css and JS rely upon media query support. ("only all"). We can go back to the previous system, but so far, this seems to create a better divide than our previous support tests provided. 1-person discussion here: https://github.com/jquery/jquery-mobile/issues/#issue/29 2010-10-07 15:15:59 -04:00
_filter.html demo markup cleanup 2010-10-09 08:57:57 -04:00
_fixed-variation1.html demo markup cleanup 2010-10-09 08:57:57 -04:00
_fixed.html demo markup cleanup 2010-10-09 08:57:57 -04:00
_footer-persist-result.html demo markup cleanup 2010-10-09 08:57:57 -04:00
_footer-persist.html demo markup cleanup 2010-10-09 08:57:57 -04:00
_form-controls.html enabled theming of sliders through data-theme. Fixes #152 Fixes #153 2010-10-11 16:55:10 -04:00
_listview.html changed name of list grouping to list "divider". Affects class names, css applied, data-attr for configuration. 2010-10-10 21:28:22 -04:00
_navbar.html demo markup cleanup 2010-10-09 08:57:57 -04:00
_progressbar-static.html removing home links - auto-back links will work in their place 2010-10-08 23:10:56 -04:00
_search-results.html removing home links - auto-back links will work in their place 2010-10-08 23:10:56 -04:00
_search.html removing home links - auto-back links will work in their place 2010-10-08 23:10:56 -04:00
_transitions-destination.html demo markup cleanup 2010-10-09 08:57:57 -04:00
_transitions.html demo markup cleanup 2010-10-09 08:57:57 -04:00
combine.php Implode array before passing it to md5() - so far it 'worked' only because everyone else disabled error display 2010-09-21 22:25:01 +02:00
index.html removed the class="ui-body" wrappers on pages, added to content div. hopefully, we can remove the class completely and have the framework add it for you. 2010-10-11 15:51:59 -04:00
README.md added link to wiki 2010-09-20 19:25:10 -04:00

Early stage development for the jQuery Mobile UI Framework. Code is subject to change dramatically!

Usage

Early documentation: https://github.com/jquery/jquery-mobile/wiki/_pages

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.

If you don't currently have a webserver running locally, a quick way to get up and running is to download and install Mamp for Mac OSX. Once installed, just open Mamp, click preferences, go to the Apache tab, and select your local jQuery Mobile folder as the root. Then you can open a browser to http://localhost:8888 to preview the code. An alternative is XAMPP, which is also available for Windows, though you need to actually modify Apache's httpd.conf to point to your checkout: http://www.apachefriends.org/en/xampp.html You need the Rewrite (mod_rewrite.so), Expire (mod_expires.so) and Header (mod_headers.so) modules loaded.

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.