Update JQuery Form to version 3.51
This commit is contained in:
parent
08b5fc1917
commit
77233c2eff
@ -1,8 +1,8 @@
|
||||
/*!
|
||||
* jQuery Form Plugin
|
||||
* version: 3.50.0-2014.02.05
|
||||
* version: 3.51.0-2014.06.20
|
||||
* Requires jQuery v1.5 or later
|
||||
* Copyright (c) 2013 M. Alsup
|
||||
* Copyright (c) 2014 M. Alsup
|
||||
* Examples and documentation at: http://malsup.com/jquery/form/
|
||||
* Project repository: https://github.com/malsup/form
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
@ -956,7 +956,7 @@ $.fn.formToArray = function(semantic, elements) {
|
||||
|
||||
// #386; account for inputs outside the form which use the 'form' attribute
|
||||
if ( formId ) {
|
||||
els2 = $(':input[form=' + formId + ']').get();
|
||||
els2 = $(':input[form="' + formId + '"]').get(); // hat tip @thet
|
||||
if ( els2.length ) {
|
||||
els = (els || []).concat(els2);
|
||||
}
|
||||
@ -1275,4 +1275,3 @@ function log() {
|
||||
}
|
||||
|
||||
}));
|
||||
|
||||
|
14
public/libs/form/jquery.form.min.js
vendored
14
public/libs/form/jquery.form.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user