An open API service indexing awesome lists of open source software.

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

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)