https://github.com/jordandelcros/jo
Jo framework
https://github.com/jordandelcros/jo
dom-manipulation framework javascript
Last synced: 9 months ago
JSON representation
Jo framework
- Host: GitHub
- URL: https://github.com/jordandelcros/jo
- Owner: JordanDelcros
- Created: 2013-10-08T15:42:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T16:11:20.000Z (over 10 years ago)
- Last Synced: 2025-04-08T11:38:00.587Z (12 months ago)
- Topics: dom-manipulation, framework, javascript
- Language: JavaScript
- Size: 1.78 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Javascript Overloaded (beta 1)
Jo is a JavaScript framework to make the same as pure JS with less code.
## How to use ?
Like every JavaScript library, simply link the JS file into an HTML `` or `` tag.
``
Now you can use `Jo` or `$` like that `$("section")` to get the nodes from the DOM.
Then you can use methods like this one `$("section").css("background-color", "#456DA0");`.
## Documentation
like the script itself, the [documentation](https://jordandelcros.github.io/Jo/) is under construction.
## Todo
- offline application
- WebSQL database -> window.openDatabase()
- geolocation
- localStorage SessionStorage
- complex object model Object.defineProperty
- copy/cut/paste