Submit your widget
101
Yays

MotionCAPTCHA ----cool jQuery CAPTCHA plugin

Views 23456   downloads 5016   Form

MotionCAPTCHA is a jQuery CAPTCHA plugin, based on the HTML5 Canvas Harmony procedural drawing tool by Mr Doob and the $1 Unistroke Gesture Regonizer algorithm (and the more recent Protractor…

57
Yays

Animate jQuery validation feedback form

Views 14037   downloads 3529   Form

The trick is very simple: after user presses signup button, validation occurs and all fields that are invalid get shaken a little bit. They have very simple web form as example below shows. I won't…

136
Yays

JQuery Fancy AJAX Contact Form

Views 29828   downloads 5782   Form

Introduction Providing a simple and reliable means of feedback from site visitors is a crucial part of any web presence. The most simple and common feedback channel are contact forms. In this tutorial…

107
Yays
117
Yays

jQuery Advanced Form Validation

Views 26074   downloads 5221   Form

Form Validator with several features such as grouping required fields or conditional checking if it is valid or not. Also you can validate string, numeric, date or e-mail. And you can combine several…

89
Yays

jQuery HTML Form Validation Solution

Views 7422   downloads 2173   Form

First we’ll start with the HTML and CSS. The script will add a class called “needsfilled” to any fields that don’t pass the validation, so you’ll want to specify how you’d…

317
Yays

jQuery AJAX Validation Contact Form with Modal + Slide-in Transition

Views 49065   downloads 10531   Form

Due to popular demand, here is a tutorial on how I created one of the more complicated pieces of machinery on my new site: the contact form. A lot of different techniques went into this, and I have a…