jQuery Mobile Framework
Find a file
2010-10-12 16:36:32 -04:00
css rafactored the buttons in collapsibles. uses an inner button for styling the icons. 2010-10-12 16:36:32 -04:00
design switched up padding and margins on content div. Now it will get 15px padding, unless its a fullscreen page. 2010-10-12 15:50:28 -04:00
docs re-vample list theme demos 2010-10-12 16:10:19 -04:00
experiments switched up padding and margins on content div. Now it will get 15px padding, unless its a fullscreen page. 2010-10-12 15:50:28 -04:00
images moved installed app assets to experimental 2010-10-07 18:37:10 -04:00
js rafactored the buttons in collapsibles. uses an inner button for styling the icons. 2010-10-12 16:36:32 -04:00
speed pulled the media attr out 2010-10-12 15:18:29 -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 removed media attrs in markup. We can do this internally in the css if necessary, but in general, this css only applies to js-generated classes anyway. 2010-10-12 15:14:07 -04:00
_dialog.html switched up padding and margins on content div. Now it will get 15px padding, unless its a fullscreen page. 2010-10-12 15:50:28 -04:00
_filter.html removed media attrs in markup. We can do this internally in the css if necessary, but in general, this css only applies to js-generated classes anyway. 2010-10-12 15:14:07 -04:00
_fixed-variation1.html switched up padding and margins on content div. Now it will get 15px padding, unless its a fullscreen page. 2010-10-12 15:50:28 -04:00
_fixed.html switched up padding and margins on content div. Now it will get 15px padding, unless its a fullscreen page. 2010-10-12 15:50:28 -04:00
_footer-persist-result.html switched up padding and margins on content div. Now it will get 15px padding, unless its a fullscreen page. 2010-10-12 15:50:28 -04:00
_footer-persist.html switched up padding and margins on content div. Now it will get 15px padding, unless its a fullscreen page. 2010-10-12 15:50:28 -04:00
_form-controls.html rafactored the buttons in collapsibles. uses an inner button for styling the icons. 2010-10-12 16:36:32 -04:00
_listview.html removed media attrs in markup. We can do this internally in the css if necessary, but in general, this css only applies to js-generated classes anyway. 2010-10-12 15:14:07 -04:00
_navbar.html switched up padding and margins on content div. Now it will get 15px padding, unless its a fullscreen page. 2010-10-12 15:50:28 -04:00
_progressbar-static.html switched up padding and margins on content div. Now it will get 15px padding, unless its a fullscreen page. 2010-10-12 15:50:28 -04:00
_search-results.html switched up padding and margins on content div. Now it will get 15px padding, unless its a fullscreen page. 2010-10-12 15:50:28 -04:00
_search.html switched up padding and margins on content div. Now it will get 15px padding, unless its a fullscreen page. 2010-10-12 15:50:28 -04:00
_transitions-destination.html switched up padding and margins on content div. Now it will get 15px padding, unless its a fullscreen page. 2010-10-12 15:50:28 -04:00
_transitions.html removed media attrs in markup. We can do this internally in the css if necessary, but in general, this css only applies to js-generated classes anyway. 2010-10-12 15:14: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 removed media attrs in markup. We can do this internally in the css if necessary, but in general, this css only applies to js-generated classes anyway. 2010-10-12 15:14:07 -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.