| CARVIEW |
- Source
- Commits
- Network (13)
- Issues (5)
- Wiki (10)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
JavaScript application framework for HTML5, either for "hybrid" apps working with PhoneGap, or for creating web apps with modern browsers. Successful UI test apps working in webOS 1.4.5, iOS 3.2/4.1, Android 2.1/2.2, Symbian^3 and OSX Dashboard Widgets as a bonus. *** Looking for JS/CSS collaborators, please send me a message if interested. *** — Read more
Summary
Jo is a JavaScript framework for HTML5 capable browsers and devices. It was originally designed to work on mobile platforms as a GUI and light data layer on top of PhoneGap. Since its creation, Jo has also been tested successfully as a lightweight framework for mobile browsers, newer desktop browsers, and even Dashboard widgets.
Building
It's pretty easy to build on your own, but to get the most out of it you'll
want to get a minifier like jsmin or the YUI Compressor. Minified and
gzipped, Jo weighs in around 9K with no other JavaScript library dependancies.
Mac OSX, Linux & BSD
cd jo
./build
Windows
cd jo
build.bat
If you're not up for building the library yourself, there's nothing wrong with downloading the latest stable release, all built and ready to plug in from: GitHub Downloads
Directory Map
Important files in the directory tree are:
-
js/jo_min.jsThis is the jo library bundled and minified, ready to drop into your project. You will need to build the library to make this file (as well as the un-minified version
jo.jswhich is useful for debugging). -
css/aluminumThis is a CSS3 bundle ready to ship your app with. Also serves as a good example of modern HTML5 styling capabilities. Looks pretty bad in IE up through version 8.
-
css/jo.cssThis is a newer base CSS theme for Jo, preferred over Aluminum for now. Built with Less CSS compiler.
-
docs/*.mdownThese are supplimental doc files which are used by joDoc to build out the developer guide portions of the documentation.
- © 2010 GitHub Inc. All rights reserved.
- Terms of Service
- Privacy
- Security
Keyboard Shortcuts
Site wide shortcuts
- s
- Focus site search
- ?
- Bring up this help dialog
Commit list
- j
- Move selected down
- k
- Move selected up
- t
- Open tree
- p
- Open parent
- c or o or enter
- Open commit
Pull request list
- j
- Move selected down
- k
- Move selected up
- o or enter
- Open issue
Issues
- j
- Move selected down
- k
- Move selected up
- x
- Toggle select target
- o or enter
- Open issue
- I
- Mark selected as read
- U
- Mark selected as unread
- e
- Close selected
- y
- Remove selected from view
- c
- Create issue
- l
- Create label
- i
- Back to inbox
- u
- Back to issues
- /
- Focus issues search
Network Graph
- ← or h
- Scroll left
- → or l
- Scroll right
- ↑ or k
- Scroll up
- ↓ or j
- Scroll down
- t
- Toggle visibility of head labels
- shift ← or shift h
- Scroll all the way left
- shift → or shift l
- Scroll all the way right
- shift ↑ or shift k
- Scroll all the way up
- shift ↓ or shift j
- Scroll all the way down