jQuery Mobile Framework
Find a file
2010-11-07 15:03:40 -05: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 All new icons and AI file for safe keeping. Goodnight icons. 2010-10-15 21:15:48 -04:00
docs Updated the split button transition and fixed some broken paths. 2010-11-05 16:32:30 -04:00
experiments Welcome back, Valencia. Fixes #352 2010-11-04 18:50:43 -04:00
js prefixed var with $ 2010-11-07 15:03:40 -05:00
speed added 400 item list 2010-11-02 18:16:08 -04:00
themes set overflow-x to hidden on ui-content div. prevents page content from breaking out beyond viewport. Fixes #353 2010-11-04 23:52:53 -04:00
.gitignore updated ignore file 2010-11-05 15:13:49 -04:00
.htaccess Created a themes directory and moved all CSS and images there. 2010-10-13 13:26:23 -04:00
build.xml Added new ant build file for those that want to get at the combined JS and CSS files but don't want to go through the PHP server set-up bit. 2010-11-05 19:19:47 +08:00
combine.php Added method to combine.php that writes the combined files to disk int the combined directory prior to being gzipped 2010-11-05 19:19:46 +08:00
index.html removed extra meta charset 2010-11-06 15:05:16 -04:00
Makefile fixed path to google compiler in Makefile 2010-10-25 11:27:54 -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 updated version to 1.0a2pre 2010-11-05 15:47:59 -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.