An open API service indexing awesome lists of open source software.

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

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