https://github.com/zgr3doo/omegaform
Simple jQuery form validator
https://github.com/zgr3doo/omegaform
Last synced: 12 months ago
JSON representation
Simple jQuery form validator
- Host: GitHub
- URL: https://github.com/zgr3doo/omegaform
- Owner: zgr3doo
- Created: 2015-02-19T22:52:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-19T23:02:46.000Z (over 11 years ago)
- Last Synced: 2025-05-20T23:38:13.020Z (about 1 year ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Omega Form ###
Simple jQuery form validator
###Features
* Validates text fields with attribute required
* Validates radio inputs (all elements of group need to have required attribute and reqval="1" on chosen item)
### 1. Setup
Include jQuery and Omega Form plugin files (Bootstrap may be usefull)
### 2. Build HTML
```html
```
### 3. Call the plugin
```html
$('form[name=testform]').omegaForm();
```
License
------------
The MIT License (MIT)