https://github.com/hubgit/jqtouch-webapp
An example webapp using jQTouch, with a settings page.
https://github.com/hubgit/jqtouch-webapp
Last synced: 7 months ago
JSON representation
An example webapp using jQTouch, with a settings page.
- Host: GitHub
- URL: https://github.com/hubgit/jqtouch-webapp
- Owner: hubgit
- Created: 2010-01-05T15:51:09.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-02-01T12:32:04.000Z (about 16 years ago)
- Last Synced: 2025-07-20T08:57:21.584Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 130 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
NOTE: Before use, fetch jQTouch from http://code.google.com/p/jqtouch/ into a folder called 'jqtouch', inside this folder.
system files
============
app.js: handles saving and loading settings, and the main application views
db.js: database functions
index.php: defines the HTML structure, includes JS and CSS files
jqtouch/: from http://code.google.com/p/jqtouch/
manifest.php: lists which files should be included in this application's cache for offline use.
application-specific files
==========================
app.specific.js: javascript code specific to this application. Must define app.main - the function that will be run when the home section is loaded.
config.php: some variables.
images/: icon, startup and loading images
manifest.specific.php: lists any application-specific files that need to be included in manifest.php
settings.php: the settings page, imported into index.php