File tree Expand file tree Collapse file tree 10 files changed +16
-11
lines changed
Expand file tree Collapse file tree 10 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 1010 *
1111 * @website http://formvalidator.net/#location-validators
1212 * @license Dual licensed under the MIT or GPL Version 2 licenses
13- * @version 2.1.74
13+ * @version 2.2.0
1414 */
1515( function ( $ ) {
1616
Original file line number Diff line number Diff line change 1010 *
1111 * @website http://formvalidator.net/
1212 * @license Dual licensed under the MIT or GPL Version 2 licenses
13- * @version 2.1.74
13+ * @version 2.2.0
1414 */
1515( function ( $ , window ) {
1616
Original file line number Diff line number Diff line change 163163 </ div >
164164 < div class ="form-group ">
165165 < label class ="control-label "> Server validation</ label >
166- < input class ="form-control " name ="code "
166+ < input class ="form-control " name ="code " value =" secret "
167167 data-validation-help ="The word is "secret" "
168168 data-validation ="alphanumeric server "
169169 data-validation-url ="http://formvalidator.net/validate-email.php " />
276276 < h2 > HTML5 attributes</ h2 >
277277 < div class ="form-group ">
278278 < label class ="control-label "> type="email"</ label >
279- < input type ="email " required ="required " />
279+ < input type ="text " required ="required " list ="mejl " />
280+ < datalist id ="mejl ">
281+ < option value ="Test "> Test</ option >
282+ < option value ="test2 "> test2</ option >
283+ < option value ="test3 "> test3</ option >
284+ </ datalist >
280285 </ div >
281286 < div class ="form-group ">
282287 < label class ="control-label "> type="url" (optional)</ label >
Original file line number Diff line number Diff line change 1717 *
1818 * @website http://formvalidator.net/
1919 * @license Dual licensed under the MIT or GPL Version 2 licenses
20- * @version 2.1.74
20+ * @version 2.2.0
2121 */
2222( function ( $ , window ) {
2323
Original file line number Diff line number Diff line change 55*
66* @website http://formvalidator.net/
77* @license Dual licensed under the MIT or GPL Version 2 licenses
8- * @version 2.1.74
8+ * @version 2.2.0
99*/
1010( function ( $ ) {
1111
Original file line number Diff line number Diff line change 1010 *
1111 * @website http://formvalidator.net/#location-validators
1212 * @license Dual licensed under the MIT or GPL Version 2 licenses
13- * @version 2.1.74
13+ * @version 2.2.0
1414 */
1515( function ( $ ) {
1616
Original file line number Diff line number Diff line change 1313 * - cvv
1414 *
1515 * @website http://formvalidator.net/#security-validators
16- * @version 2.1.74
16+ * @version 2.2.0
1717 */
1818( function ( $ , window ) {
1919
Original file line number Diff line number Diff line change 1313 *
1414 * @website http://formvalidator.net/#swedish-validators
1515 * @license Dual licensed under the MIT or GPL Version 2 licenses
16- * @version 2.1.74
16+ * @version 2.2.0
1717 */
1818( function ( $ , window ) {
1919
Original file line number Diff line number Diff line change 99 *
1010 * @website http://formvalidator.net/#uk-validators
1111 * @license Dual licensed under the MIT or GPL Version 2 licenses
12- * @version 2.1.74
12+ * @version 2.2.0
1313 */
1414$ . formUtils . addValidator ( {
1515 name : 'ukvatnumber' ,
You can’t perform that action at this time.
0 commit comments