https://github.com/jebailey/rava
Rava Javascript Library
https://github.com/jebailey/rava
dynamic-content javascript javascript-library js jslib
Last synced: about 1 year ago
JSON representation
Rava Javascript Library
- Host: GitHub
- URL: https://github.com/jebailey/rava
- Owner: JEBailey
- License: apache-2.0
- Created: 2018-11-05T18:32:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T14:27:45.000Z (over 5 years ago)
- Last Synced: 2024-04-25T23:21:53.556Z (about 2 years ago)
- Topics: dynamic-content, javascript, javascript-library, js, jslib
- Language: JavaScript
- Homepage: https://www.ravajs.com
- Size: 244 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rava
Rava assists in website functionality where interactive content is desired as well as a small footprint. See https://www.ravajs.com
## Why
Rava is designed to assist with websites with simple dynamic content where content may be pulled in or generated after the page is rendered.
## How
Rava allows you to bind functions and event handlers to HTML elements defined by a CSS selector. This binding will occur on all existing elements as well as additional elements that are later added to the page.