|
|
@ -1,9 +1,9 @@ |
|
|
|
/* |
|
|
|
* # Semantic - Form Validation |
|
|
|
/*! |
|
|
|
* # Semantic UI - Form Validation |
|
|
|
* http://github.com/semantic-org/semantic-ui/
|
|
|
|
* |
|
|
|
* |
|
|
|
* Copyright 2014 Contributor |
|
|
|
* Copyright 2014 Contributors |
|
|
|
* Released under the MIT license |
|
|
|
* http://opensource.org/licenses/MIT
|
|
|
|
* |
|
|
@ -11,6 +11,8 @@ |
|
|
|
|
|
|
|
;(function ( $, window, document, undefined ) { |
|
|
|
|
|
|
|
"use strict"; |
|
|
|
|
|
|
|
$.fn.form = function(fields, parameters) { |
|
|
|
var |
|
|
|
$allModules = $(this), |
|
|
|