All Projects → hsnaydd → Validetta

hsnaydd / Validetta

Licence: mit
A tiny jquery plugin for validate forms

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Validetta

Validator
A tiny library for easily validating TextInputLayouts in Android
Stars: ✭ 169 (-3.43%)
Mutual labels:  validation, form-validation
Formr
Create and Validate PHP Forms in Seconds.
Stars: ✭ 163 (-6.86%)
Mutual labels:  validation, form-validation
Usetheform
React library for composing declarative forms, manage their state, handling their validation and much more.
Stars: ✭ 40 (-77.14%)
Mutual labels:  validation, form-validation
Hyperform
Capture form validation back from the browser
Stars: ✭ 729 (+316.57%)
Mutual labels:  validation, form-validation
React Form With Constraints
Simple form validation for React
Stars: ✭ 117 (-33.14%)
Mutual labels:  validation, form-validation
React Final Form
🏁 High performance subscription-based form state management for React
Stars: ✭ 6,781 (+3774.86%)
Mutual labels:  validation, form-validation
Lcformvalidation
Javascript based form validation library, third party library / framework agnostic.
Stars: ✭ 58 (-66.86%)
Mutual labels:  validation, form-validation
Bunny
BunnyJS - Lightweight native (vanilla) JavaScript (JS) and ECMAScript 6 (ES6) browser library, package of small stand-alone components without dependencies: FormData, upload, image preview, HTML5 validation, Autocomplete, Dropdown, Calendar, Datepicker, Ajax, Datatable, Pagination, URL, Template engine, Element positioning, smooth scrolling, routing, inversion of control and more. Simple syntax and architecture. Next generation jQuery and front-end framework. Documentation and examples available.
Stars: ✭ 473 (+170.29%)
Mutual labels:  validation, form-validation
Bootstrap Validate
A simple Form Validation Library for Bootstrap 3 and Bootstrap 4 not depending on jQuery.
Stars: ✭ 112 (-36%)
Mutual labels:  validation, form-validation
Legit
input validation framework
Stars: ✭ 81 (-53.71%)
Mutual labels:  validation, form-validation
Formsy React
A form input builder and validator for React JS
Stars: ✭ 708 (+304.57%)
Mutual labels:  validation, form-validation
Neoform
✅ React form state management and validation
Stars: ✭ 162 (-7.43%)
Mutual labels:  validation, form-validation
Vue Form
Form validation for Vue.js 2.2+
Stars: ✭ 618 (+253.14%)
Mutual labels:  validation, form-validation
Ok
✔️ A tiny TypeScript library for form validation
Stars: ✭ 34 (-80.57%)
Mutual labels:  validation, form-validation
Nice Validator
Simple, smart and pleasant validation solution.
Stars: ✭ 587 (+235.43%)
Mutual labels:  validation, form-validation
Validation
Simple PHP helper class for Validation.
Stars: ✭ 46 (-73.71%)
Mutual labels:  validation, form-validation
Approvejs
A simple JavaScript validation library that doesn't interfere
Stars: ✭ 336 (+92%)
Mutual labels:  validation, form-validation
React Hook Form
📋 React Hooks for form state management and validation (Web + React Native)
Stars: ✭ 24,831 (+14089.14%)
Mutual labels:  validation, form-validation
Just Validate
Lightweight (~4,5kb gzip) form validation in Javascript Vanilla, without dependencies, with customizable rules (including remote validation), customizable messages and customizable submit form with ajax helper.
Stars: ✭ 74 (-57.71%)
Mutual labels:  validation, form-validation
Form Validation.js
The most customizable validation framework for JavaScript.
Stars: ✭ 127 (-27.43%)
Mutual labels:  validation, form-validation

Validetta

Validetta is a tiny jQuery plugin which you can do client-side validation of your forms. It aims to decrease your burden with easy usage and flexible structure.

View Demos

What can be done?

  • You can check fields whether it is empty or not or it is chosen or not.
  • You can do e-mail check.
  • You can do number check.
  • You can check if the two fields are equal to each other.
  • You can check credit card number validation.
  • You can limit number of characters written to fields.
  • You can limit number of choice of multiple select box or check box.
  • You can use remote validator.
  • By creating your own regular expression, you can check fields according to this regular expression.

Browser support

The project is tested in Chrome and Firefox. It should work in the current stable releases of Chrome, Firefox, Safari as well as IE8 and up.

Dependencies

jQuery v1.7 or above.

Documentation

Official Doc

License

MIT licensed

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].