Skip to content

Commit 4fa001f

Browse files
committed
1 parent 391b738 commit 4fa001f

File tree

4 files changed

+421
-3
lines changed

4 files changed

+421
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,12 @@ Syntax (use class attribute):
225225
<input id="skipbutton" class="submit validate-skip" type="button" value="Refresh button"/>
226226
```
227227

228+
### Using a DIV container instead of a FORM
229+
230+
You can use a div acting as a container using the class *"validationEngineContainer"*. Please be aware that events like submit() won't work and you will have to call the action 'validate' to validate the form.
231+
232+
233+
228234
Actions
229235
---
230236

css/template.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ body {
22
background: #ececec;
33
}
44

5-
form.formular {
5+
form.formular, .validationEngineContainer {
66
font-family: tahoma, verdana, "sans-serif";
77
font-size: 12px;
88
padding: 20px;

0 commit comments

Comments
 (0)