jQuery Mobile Framework
Find a file
2010-09-19 19:06:35 -04:00
css added some resets 2010-09-19 19:06:35 -04:00
experiments Big update: 2010-09-18 12:20:35 -04:00
images added search icon from glyphish - to be redrawn / replaced 2010-09-19 19:03:43 -04:00
js added search icon 2010-09-19 19:03:16 -04:00
sample-content committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00
.htaccess committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00
_containers-states.html Big update: 2010-09-18 12:20:35 -04:00
_dialog.html Big update: 2010-09-18 12:20:35 -04:00
_events.html Big update: 2010-09-18 12:20:35 -04:00
_fixed-variation1.html Big update: 2010-09-18 12:20:35 -04:00
_fixed-variation2.html Big update: 2010-09-18 12:20:35 -04:00
_fixed.html Big update: 2010-09-18 12:20:35 -04:00
_form-controls.html Big update: 2010-09-18 12:20:35 -04:00
_globalnav-glyphish.html one more image path fix 2010-09-19 12:13:37 -04:00
_globalnav.html rewrite of globalnav plugin. Anything beyond 3 links auto-generates a "more..." button and creates a fully navigable, scrollable page with all the links in a grid view. 2010-09-19 10:51:21 -04:00
_listview.html Big update: 2010-09-18 12:20:35 -04:00
_search-results.html added faux search response page 2010-09-19 19:04:20 -04:00
_search.html updated markup in search demo page 2010-09-19 19:04:33 -04:00
_transitions-destination.html removed a theme class 2010-09-19 17:36:44 -04:00
_transitions.html Big update: 2010-09-18 12:20:35 -04:00
combine.php committing all the mobiley goodness. 2010-09-10 18:23:13 -04:00
index.html linked up the new globalnav example that uses glyphish icons 2010-09-19 15:22:33 -04:00
README.md added a quick tip about setting up MAMP for Mac OSX users who don't have a webserver already set up. 2010-09-18 11:07:52 -04:00

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

Usage

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.

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.