mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-15 07:46:06 +10:00
Merge pull request #2054 from drewfreyling/jqueryform
Updated jquery.form to 3.45
This commit is contained in:
File diff suppressed because it is too large
Load Diff
+11
File diff suppressed because one or more lines are too long
@@ -1,25 +1,39 @@
|
||||
{
|
||||
"name": "jquery.form",
|
||||
"filename": "jquery.form.js",
|
||||
"version": "3.32",
|
||||
"description": "The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX",
|
||||
"homepage": "http://jquery.malsup.com/form/",
|
||||
"keywords": [
|
||||
"ajax",
|
||||
"forms",
|
||||
"form",
|
||||
"jquery"
|
||||
],
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Mike Alsup (Author)",
|
||||
"web": "https://github.com/malsup"
|
||||
}
|
||||
],
|
||||
"repositories": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/malsup/form"
|
||||
}
|
||||
]
|
||||
"name": "jquery.form",
|
||||
"filename": "jquery.form.js",
|
||||
"title": "jQuery Form Plugin",
|
||||
"description": "A simple way to AJAX-ify any form on your page; with file upload and progress support.",
|
||||
"keywords": [
|
||||
"form",
|
||||
"upload",
|
||||
"ajax"
|
||||
],
|
||||
"version": "3.45",
|
||||
"author": {
|
||||
"name": "M. Alsup",
|
||||
"url": "http://jquery.malsup.com"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://malsup.github.com/mit-license.txt"
|
||||
},
|
||||
{
|
||||
"type": "GPL",
|
||||
"url": "http://malsup.github.com/gpl-license-v2.txt"
|
||||
}
|
||||
],
|
||||
"bugs": "https://github.com/malsup/form/issues",
|
||||
"homepage": "http://jquery.malsup.com/form/",
|
||||
"docs": "http://jquery.malsup.com/form/",
|
||||
"download": "http://malsup.github.com/jquery.form.js",
|
||||
"dependencies": {
|
||||
"jquery": ">=1.5"
|
||||
},
|
||||
"jam": {
|
||||
"main": "jquery.form.js",
|
||||
"dependencies": {
|
||||
"jquery": ">=1.5.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user