Submit your widget
73
Yays

Awesome CSS3 and jQuery Login Form

Views 23094   downloads 6684   Form

we will code the Login Form that you can find in Futurico UI Pro made by Vladimir Kudinov. To create it we will use CSS3 and jQuery. Step 1 – HTML Markup Let’s start creating the HTML markup.…

97
Yays

MotionCAPTCHA ----cool jQuery CAPTCHA plugin

Views 22630   downloads 4808   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…

113
Yays

jQuery useful TagBox Plugin

Views 10251   downloads 2317   Form

This is a jQuery plugin to help add tags like input in your forms. In the header section add the following:  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.js"></script>…

62
Yays

jQuery Real-Time Form Validation plugin

Views 15806   downloads 4064   Form

Client-side validation is something every web form should have, no doubts about that. While server-side validation does its job, it certainly lacks good user experience. What is so great about client-side…

165
Yays

Cool Dropdown Login Form with jQuery

Views 78962   downloads 23840   Form

There are many way’s in which a user can login, a popular method since the birth of twitter is to have a dropdown form. Today we give away a simple jQuery dropdown login form, it’s easy to…

62
Yays

Smooth Animated Search form with jQuery

Views 15377   downloads 4163   Form

The search was inspired by apple.com and it works in all major browsers, even works in IE6 though you would have to fix the png yourself. Requirements For the more advanced usage of the search it requires…

82
Yays

JQuery AJAX PayPal Cart Form Plugin

Views 21774   downloads 4931   Form

AJAX PayPal Cart is a easy to use JQuery plugin for web developer to add a full function shopping cart in their website. The AJAX cart can included a cart widget which allow display of cart information…

66
Yays

beautiful Radio, check button with Forms

Views 15282   downloads 4139   Form

What's Ideal Forms: Ideal Forms is a small framework to build powerful and beautiful online forms. It's very easy to use and requires minimal html syntax. Absolutely everything is stylable with…

61
Yays

jQuery images dynamic form preview

Views 11427   downloads 1728   Form

a dynamic form preview tool for work so clients could preview how the text and images would look before submitting the content to be published. I’ve trimmed down the code and removed the database…

42
Yays

Stylish Messaging Modal Box with jQuery

Views 10476   downloads 2076   Form

You can build some really neat things using jQuery. The latest release bundle updates a lot of bugs and even hints at support for a new jQuery Mobile. With frontend scripting you can build practically…

51
Yays

Simple jQuery Virtual Keyboard Effect

Views 15716   downloads 3900   Form

very few websites provide their users with the option of using a virtual keyboard to key in (at the bare minimum) their passwords. Yes, a few banks do it, but considering how much personal information…

122
Yays

Custom contact form with jQuery

Views 38439   downloads 13016   Form

we are going to build a awesome contact form. Also we are going to display errors using well-known jQuery plugin to validate form fields. We need to create necessery files: index.html, init.js and default.css.…

59
Yays

Useful jQuery Form Add Hints and Auto Focus effect

Views 11036   downloads 2617   Form

This demo teaches you how to easily add hints to your forms and auto focus fields. We are continuing a series of quick articles for web developers which explain how to automate things during website programming.…

50
Yays

html5 and CSS3 Modern Web Forms effect

Views 20707   downloads 5779   Form

This demo using HTML5 and CSS3 to achieve great style and functionality without causing problems in less capable browsers. To be clear, this code will not look exactly the same in every browser. We are…

52
Yays

Animate jQuery validation feedback form

Views 13709   downloads 3376   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…