https://github.com/hex2f/ezselect
jQuary like selection but none of the bloat.
https://github.com/hex2f/ezselect
Last synced: 10 months ago
JSON representation
jQuary like selection but none of the bloat.
- Host: GitHub
- URL: https://github.com/hex2f/ezselect
- Owner: hex2f
- Created: 2017-05-08T17:57:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T17:29:50.000Z (about 9 years ago)
- Last Synced: 2025-03-27T11:19:40.078Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EZselect
### It's as easy as
1. ```npm i ezselect```
2. ```const ez = require('ezselect')```
3. ```const ezTitle = ez('title')```
### Functions
| Function | Usage |
|---------------------------|------------------------------------------------|
| .css("Property", "Value") | Set the CSS of an element. |
| .on("Event", Function) | Add an event listener to an element. |
| .el | Returns a reference to the element in the DOM. |