https://github.com/brcontainer/jot.js
A small lib like jQuery
https://github.com/brcontainer/jot.js
Last synced: about 2 months ago
JSON representation
A small lib like jQuery
- Host: GitHub
- URL: https://github.com/brcontainer/jot.js
- Owner: brcontainer
- License: mit
- Created: 2018-05-09T14:52:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T17:14:37.000Z (about 8 years ago)
- Last Synced: 2025-03-13T01:41:12.579Z (over 1 year ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jot.js
A small lib like jQuery (vaguely resembles)
Put in your `` this:
```html
```
Usage:
Property | description
--- | ---
`Jot.qs(selector [, context])` | return a single element
`Jot.qsa(selector [, context])` | return a NodeList
`Jot.ready(callback)` | equivalent to jQuery.ready(callback), $(callback), trigger callback when DOM is loaded