GitXplorerGitXplorer
c

jQuery-Mobile-Boilerplate

public
253 stars
71 forks
0 issues

Commits

List of commits on branch master.
Unverified
5ca5b07c4baeaa5a921c5bdd33f26b3d7112d653

Fixing home button issue on subpages.

ccommadelimited committed 12 years ago
Unverified
f86763dc90449641a15c998ca3835fb37626eb43

Updating Boilerplate to support, and offer up, jQuery Mobile 1.2.

ccommadelimited committed 12 years ago
Unverified
2eefbfa9253991865172064f6dc4121cb4c26dc3

Updating boilerplate to jQuery Mobile 1.1.1

ccommadelimited committed 13 years ago
Unverified
73af928a408ac7e0f5eb0f724befb0ad04421a59

Deleting old versions of JS files. Adding jQuery 1.7.2

ccommadelimited committed 13 years ago
Unverified
c63067ed60eb7c0b6898776dc626e737e21c01de

Merge pull request #6 from istrasoft/patch-1

ccommadelimited committed 13 years ago
Unverified
728e1747eabdd7a84c6dbb75268593f248dd6ece

Update application.js, as of jQuery 1.7, the .live() method is deprecated. Use .on() to attach event handlers.

iistrasoft committed 13 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