-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate.jquery.json
More file actions
34 lines (33 loc) · 1.11 KB
/
update.jquery.json
File metadata and controls
34 lines (33 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "update",
"title": "jQuery DOM Polling Plugin",
"description": "Allows you add custom events that can be precisely configured to track changes on DOM nodes (from simple form text updates to tracking anything like CSS position). These events support jQuery Event API (including event delegation!). Plays nicely with resources, monitors DOM updates, clears caches whenever necessary",
"keywords": [
"update",
"event",
"poll",
"polling",
"form",
"change",
"input",
"monitoring",
"validation"
],
"version": "3.0.1",
"author": {
"name": "Max Shirshin",
"email": "max.shirshin@gmail.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ingdir/jquery-polling-plugin/blob/master/MIT-LICENSE.txt"
}
],
"homepage": "https://github.com/ingdir/jquery-polling-plugin",
"docs": "https://github.com/ingdir/jquery-polling-plugin",
"download": "https://github.com/ingdir/jquery-polling-plugin",
"dependencies": {
"jquery": ">=1.4.2"
}
}