GitXplorerGitXplorer
c

jQuery-Mobile-Boilerplate

public
253 stars
71 forks
0 issues

Commits

List of commits on branch master.
Unverified
d754d4129f38ff69965219fd499cc75f97cb0531

Add Bitdeli badge.

ccommadelimited committed 11 years ago
Unverified
4677b5e1683faa409035a7e6e4f83ca521ebc02d

Merge pull request #10 from commadelimited/1.4-upgrade

ccommadelimited committed 11 years ago
Unverified
cb8bf10ccb03b55a60cfc66efeb95e26a1f37c3a

Update readme

ccommadelimited committed 11 years ago
Unverified
aa15959403125aece24a552d1fdad6f046f53d70

Upgrading to 1.4

ccommadelimited committed 11 years ago
Unverified
b7bfb1a4cfe3758bf8bc3cf782c0695c8419226d

Upgrading to support jQuery Mobile 1.3.1.

ccommadelimited committed 12 years ago
Unverified
65739e44688e0d871dc33f7c67002738d07dae59

Re-adding iOS orientation fix

ccommadelimited committed 12 years ago

README

The README file for this repository.

Welcome to jQuery Mobile Boilerplate

"What do I need in a new jQuery Mobile project?". This project is meant to be a single place for developers to get started using jQuery Mobile. It includes icon files, robots.txt (and human).txt files, as well as an extensive snippets library that developers can use as reference.

Note: The jQuery team has offered two options for CSS file inclusion. If you're planning on using a custom theme then you only need to include jquery.mobile.structure-1.4.0.min.css.

Quick start

Clone the git repo - git clone git@github.com:commadelimited/jQuery-Mobile-Boilerplate.git - or download it

Note: By default, the links to the CSS and JS files are relative.

<script src="https://raw.githubusercontent.com/commadelimited/jQuery-Mobile-Boilerplate/master/js/application.js"></script>

Example

View a simple demo

Features

  • jQuery Mobile 1.4 Compatible!
  • Project ready. Download (or clone) and go!
  • Override files for both JS and CSS
  • Extensive UI element snippet library. Easy to copy and paste.

Contributing

You are invited to contribute code and suggestions to this project. The more the merrier.

Project Info

License

3rd party libraries:

  • jQuery: MIT/GPL license
  • jQuery Mobile: MIT/GPL license

Custom bits:

Public domain

Bitdeli Badge