https://github.com/cachewatch/jquery
API in jQuery
https://github.com/cachewatch/jquery
javascript jquery npm
Last synced: about 2 months ago
JSON representation
API in jQuery
- Host: GitHub
- URL: https://github.com/cachewatch/jquery
- Owner: cachewatch
- License: gpl-2.0
- Created: 2015-01-04T17:18:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-10T21:07:31.000Z (over 11 years ago)
- Last Synced: 2025-07-09T00:58:02.846Z (12 months ago)
- Topics: javascript, jquery, npm
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CacheWatch for jQuery
API on jQuery
```javascript
var cacheWatch = $('body|html').cache();
// More Code
cacheWatch.ready();
```
Look the body
```html
```