jQuery Mobile Framework
Find a file
2010-10-15 11:10:27 -04:00
build Add the ability to compress the CSS files. Now include both the Google Closure Compiler and the YUI Compressor (for CSS). 2010-10-14 18:02:56 -04:00
design added logo 2010-10-15 10:38:01 -04:00
docs content update to navmodel page 2010-10-15 10:52:07 -04:00
experiments Merge branch 'master' of github.com:jquery/jquery-mobile 2010-10-13 14:22:13 -04:00
js Add in jQuery 1.4.3. 2010-10-15 11:10:27 -04:00
speed Created a themes directory and moved all CSS and images there. 2010-10-13 13:26:23 -04:00
themes tweaked bottom border and overflow 2010-10-15 10:36:24 -04:00
.gitignore Updating .gitignore to allow more files. 2010-10-08 18:17:15 -04:00
.htaccess Created a themes directory and moved all CSS and images there. 2010-10-13 13:26:23 -04:00
combine.php Created a themes directory and moved all CSS and images there. 2010-10-13 13:26:23 -04:00
index.html homepage design tweaks 2010-10-14 22:07:38 -04:00
Makefile Add a way to generate a single zip file of a release. 2010-10-15 11:04:15 -04:00
README.md Created a themes directory and moved all CSS and images there. 2010-10-13 13:26:23 -04:00
version.txt Add a way to build copies of jQuery Mobile. 2010-10-14 17:37:47 -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 themes/default) 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.