Docs
API
  • each(fn: Function, [scope: Object])

    Goes through all fields.

    Example

    
    form.each(function(field){
      ...
    });