|
@ -401,7 +401,7 @@ $.fn.form = function(fields, parameters) { |
|
|
type = validation.type, |
|
|
type = validation.type, |
|
|
value = $.trim($field.val() + ''), |
|
|
value = $.trim($field.val() + ''), |
|
|
|
|
|
|
|
|
bracketRegExp = /\[(.*?)\]/i, |
|
|
|
|
|
|
|
|
bracketRegExp = /\[(.*)\]/i, |
|
|
bracket = bracketRegExp.exec(type), |
|
|
bracket = bracketRegExp.exec(type), |
|
|
isValid = true, |
|
|
isValid = true, |
|
|
ancillary, |
|
|
ancillary, |
|
|