jQuery Mobile Framework
Find a file
2010-10-05 23:54:31 -04:00
css new icon: delete 2010-10-05 23:54:31 -04:00
experiments Updated converter experiment. Now using localStorage to store selected conversions, with a first version for editing. 2010-10-05 23:38:31 +02:00
images new icon: delete 2010-10-05 23:54:31 -04:00
js removed an unnecessary wrapper 2010-10-05 23:00:33 -04:00
.gitignore Adding .gitignore file, copy from jquery-ui 2010-09-30 14:00:00 +02: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 whitespace only 2010-10-02 11:43:32 -04:00
_dialog.html whitespace only 2010-10-02 11:43:32 -04:00
_events.html whitespace only 2010-10-02 11:43:32 -04:00
_filter.html Added filtered list view example (will be turned into an extension for list views). 2010-10-04 13:58:02 -04:00
_fixed-variation1.html whitespace only 2010-10-02 11:43:32 -04:00
_fixed-variation2.html whitespace only 2010-10-02 11:43:32 -04:00
_fixed.html removed inline gzips on a few more files 2010-10-02 11:47:02 -04:00
_footer-persist-result.html Sticky footers 2010-10-04 19:00:30 -04:00
_footer-persist.html Sticky footers 2010-10-04 19:00:30 -04:00
_form-controls.html refactored switch sliders - more iPhone-like in behavior and appearance now. 2010-10-05 19:17:47 -04:00
_listview.html whitespace only 2010-10-02 11:43:32 -04:00
_navlist.html Renamed Globalnav "Navlist". Fixed #95 2010-10-05 14:06:28 -04:00
_progressbar-static.html just a simple static progressbar, for future reference 2010-10-04 15:31:03 -04:00
_search-results.html whitespace only 2010-10-02 11:43:32 -04:00
_search.html whitespace only 2010-10-02 11:43:32 -04:00
_transitions-destination.html whitespace only 2010-10-02 11:43:32 -04:00
_transitions.html whitespace 2010-10-02 11:47:07 -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 Renamed Globalnav "Navlist". Fixed #95 2010-10-05 14:06:28 -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.