├── .gitignore ├── README.md ├── index.html └── ios_inspired ├── images ├── arrow_right.png ├── arrow_right@2x.png ├── backButtonSprite.png ├── backButtonSprite@2x.png ├── iconSprite.png ├── iconSprite.psd ├── tabSprite.png ├── tick.png └── tiling_stripes.gif └── styles.css /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | ios_inspired/images/.DS_Store 3 | 4 | ios_inspired/.DS_Store 5 | 6 | .DS_Store 7 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | iOS-Inspired Theme for jQuery Mobile 2 | ====== 3 | 4 | - Supports jQuery Mobile 1.2.0 5 | 6 | Distributed under the [MIT License](http://en.wikipedia.org/wiki/MIT_License). 7 | 8 | [View Demo](http://taitems.github.com/iOS-Inspired-jQuery-Mobile-Theme/) -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |Welcome to the iOS-Inspired jQuery Mobile theme by @taitems. Feel free to have a look around and report and bugs to the GitHub issues page.
42 | 43 | 44 |Does the above look funny? Consider it a bug in jQuery mobile where the classes from the underling <button> are not being attached to the new DOM
121 | 122 |209 | The various styled buttons you can place in a header: 210 |
211 | 212 |This is a completely basic popup, no options set.
350 |
This is a completely basic popup, but with an overlay
354 |
Saved
359 |