您的位置:首页 > Web前端 > JQuery

推荐:50个加强表单的jQuery插件

2010-11-23 23:42 399 查看
Here we present some useful plugins and tutorials that will let you create awesome forms for your websites — whether it’s a sign up form or contact us form. You can enhance its functionality and usefulness with these plugins. Since these forms are used by the visitors of your website to interact with you, they are of great importance and for this reason you cannot just ignore them as they play an important role in the success of your website. So here we have gathered a bunch of jQuery Plugins, Tutorials and Resources which will help you in improving the effectiveness and beauty of these forms

Useful jQuery Plugins

Turn Any Webform into a Powerful Wizard ( Demo | Download )

The FormToWizard plugin helps you to turn any webform into a powerful wizard with jQuery “steps left” information.





toChecklist plugin ( Demo | Download )

The toChecklist plugin for jQuery will give you the functionality of a SELECT box without the need to ctrl+click items to select them.





FlexBox ( Demo | Download )

FlexBox is a jQuery plugin that is intended to be a very flexible replacement for html textboxes and dropdowns, using ajax to retrieve and bind JSON data.





A fancy contact form ( Demo | Download )

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 we are going to make an AJAX contact form which leverages modern web development techniques.





Jquery Collapser ( Demo | Download )

Jquery collapser is a multi purpose collapser plugin made for expanding and collapsing elements.





asmSelect – Select Multiple Form Fields ( Demo | Download )

asmSelect is a jQuery plugin that answers some of these issues. A progressive enhancement is applied to the select multiple that makes it much easier to use. This enhancement automatically hides the original select multiple, and instead presents a regular select showing the available options, and an HTML list showing the already-selected options.





JQUERY: DFORM ( Demo | Download )

The jQuery.dForm plugin allows you to create your HTML forms programmatically from





A jQuery Inline Form Validation ( Demo | Download )

When it comes to form validation, it’s hard to have a versatile solution that works with every form. Figuring out how to display errors is not a simple task. When an error needs to be displayed, the script creates a div and positions it in the top right corner of the input. This way you don’t have to worry about your HTML form structure. The rounded corner and shadow are done with CSS3 and degrade well in non compliant browsers.





JQuery plugin for input text field filtering ( Demo | Download )

This is simple JQuery plugin for filtering text input field by using regexp. Only allowed characters will be inserted into input field, others will be silently dropped.





jQuery Show Password Plugin ( Demo | Download )

This plugin works by adding a text field that takes the value of what is typed into the password field. Then, when the link is clicked the password field is hidden and the text field is shown.





Simple Validation Plugin ( Demo | Download )

A simple validation plugin that comes in at about 1.5kb.





AutoSuggest jQuery Plugin ( Demo | Download )

AutoSuggest is a very lightweight jQuery plugin that makes auto-completing extremely easy.





How to create Skype-like Form buttons using jQuery ( Demo | Download )

If you use Skype then you have probably noticed that animated button for adding more people to a chat. When you click on it the icon on the left “jumps” for a few times. In this tutorial Janko Jovanovic is going to show you how to create the same button using jQuery and some simple CSS.





Create an AJAX/jQuery/PHP Contact Form ( Demo | Download )

This tutorial uses XHTML, CSS, jQuery and a little PHP to make a pop-up/modal contact form that validates whatever is entered into the form and then uses AJAX to send the form without refreshing the page.





JavaScript image combo box ( Demo | Download )

Are you tired with your old fashion dropdown? Try this new one. Image combo box. You can add an icon with each option. It works with your existing “select” element.





jQuery plugin: Password Valida ( Demo | Download )





prettyCheckboxes ( Demo | Download )

This script is for people who wants to have a consistent look for checkboxes across browser or those who simply want them to look better. By using this script you wont loose any of the regular inputs usability.





Boxy – Facebook-like dialog/overlay, with frills ( Demo | Download )

Boxy is a flexible, Facebook-style dialog box for jQuery with support for dragging and size tweening.





Enlarge input fields on focus ( Demo | Download )





WordPress contact form without a plugin, using jQuery ( Demo | Download )

There are lots of WordPress plugins for contact forms, but wouldn’t it be nice to have more control over the markup? In this tutorial, Trevor is going to show how to use a custom page template to create a contact form in WordPress without a plugin.





Build An Incredible Login Form With jQuery ( Demo | Download )

In this tutorial, we’ll create a sliding panel, that slides in to reveal more content, using JQuery to animate the height of the panel. In this case, we will be creating a hypothetical login for the new tutsplus area that’s coming soon.





In-Field Labels jQuery Plugin ( Demo | Download )

This is a simple plugin that turns properly formatted HTML forms into forms with in-field label support. Labels fade when the field is focussed and disappear when text entry begins. Clearing a field and leaving brings back the label.





jQuery Keypad ( Demo | Download )





How to Enhance Forms Using jQuery UI ( Demo | Download )

jQuery makes creating UI so much easier without compromising speed and quality. In this tutorial we are going to enhance form using jQuery UI, so let’s get started





Autocomplete ( Demo | Download )

Autocomplete an input field to enable users quickly finding and selecting some value, leveraging searching and filtering.





jqTransform ( Demo | Download )

This plugin is a jQuery styling plugin wich allows you to skin form elements.





jQuery Validation ( Demo | Download )





Submit A Form Without Page Refresh using jQuery ( Demo | Download )

Submit a contact form that sends an email, without page refresh using jQuery, This tutorial will help you creating a form that can be submitted without page refreshing, using JQuery.





Selecting Multiple Select Form Elements on the Fly ( Demo | Download )

The following jQuery tutorial offers a simplified solution to selecting related select menu options within a form.





timepickr ( Demo | Download )

jquery.timepickr was created in a attempt to make the process of inputing time in a form as easy and natural as possible.





AJAX forms ( Demo | Download )

The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX.





jQuery AlphaNumeric ( Demo | Download )

jQuery AlphaNumeric is a javascript control plugin that allows you to limit what characters a user can enter on textboxes or textareas.





Give Your Characters a NobleCount ( Demo | Download )

NobleCount is a customizable jQuery plugin for a more improved counting of the remaining characters, and handling of resulting behaviors, of a text entry object, e.g. input textfield, textarea. Also, NobleCount supports pre-existing text within the text object and jQuery chaining.





Password Strength Indicator and Generator ( Demo | Download )

In the example about you will see two password boxes and with them you have a generate password link and an icon showing you the strength of your password.





“SAFE SUBMIT” AJAX REQUEST BUTTON HANDLER ( Demo | Download )

If you want to disable your ajax submit buttons when clicked to disallow double submits, jquery.safesubmit makes it simple and safe.





JQByte StickyForms ( Demo | Download )

StickyForms is a jQuery plugin that automatically saves all form fields into cookies, and then autofills those values on any form that shares element IDs across your site.





A BETTER FORM – SPAM-LESS ROBOT-LESS FORMS ( Demo | Download )

A Better Form is a jQuery plugin I designed to help eliminate spam comments, spam emails and other automated form submissions.





Simple chained combobox ( Demo | Download )





Changing Form Input Styles on Focus with jQuery ( Demo | Download )

This tutorial will show you how to spice them up with CSS classes and default values that change according to which form item is selected. All with just a splash of jQuery.





Ajax Upload; A file upload script with progress-bar, drag-and-drop ( Demo | Download )

This plugin uses XHR for uploading multiple files with progress-bar in FF3.6+, Safari4+, Chrome and falls back to hidden iframe based upload in other browsers, providing good user experience everywhere.





Select Multiple Form Fields ( Demo | Download )





Masked Input Plugin ( Demo | Download )





Elastic – Make your textareas grow ( Demo | Download )

This jQuery plugin makes your textareas grow and shrink to fit it’s content. It was inspired by the auto growing textareas on Facebook. The major difference between Elastic and it’s competitors is it’s weight.





jQuery “Highlight” Plugin ( Demo | Download )





Ajax Fancy Captcha ( Demo | Download )





File Style jQuery ( Demo | Download )

Browsers do not let you style file inputs. File Style plugin fixes this problem. It enables you to use image as browse button. You can also style filename field as normal textfield using css. It is written using JavaScript and jQuery.





Emblematiq Niceforms ( Demo | Download )

You basically know a web form when you see one as they always look the same and they’ve kept this look over the years. Try as hard as you might but web forms can only change their appearance so much. Some may argue that this is a good usability feature, and I tend to agree, but there comes a time when you just need to style web forms so that they look different. How do you do that? Niceforms comes to the rescue!





Uploadify – a multiple file upload plugin for jQuery ( Demo | Download )

Uploadify is a jQuery plugin that allows the easy integration of a multiple (or single) file uploads on your website. It requires Flash and any backend development language. An array of options allow for full customization for advanced users, but basic implementation is so easy that even coding novices can do it.





Progress Bar ( Demo | Download )

It’s a very simple widget with a small API that exposes a limited number of properties and methods, but it can still be highly effective and is great for providing visual feedback to visitors on the percentage of a process is left before it is complete.





Uniform – Sexy forms with jQuery ( Demo | Download )

Uniform masks your standard form controls with custom themed controls. It works in sync with your real form elements to ensure accessibility and compatibility.





jQuery.uiSelect ( Demo | Download )





Autocomplete ( Demo | Download )

By giving an autocompleted field focus or entering something into it, the plugin starts searching for matching entries and displays a list of values to choose from. By entering more characters, the user can filter down the list to better matches.





Useful jQuery Resources

All About jQuery: Plugins, Tutorials and Resources

A bunch of exciting and awesome jQuery plugins for your personal use.

jQuery Techniques and Plugins

40 useful but obscure jQuery plug-ins that will hopefully help you improve the user experience on your websites.

Useful jQuery Plugins for Slideshows, Graphs and Text Effects

35 powerful and effective jQuery plugins and techniques for slideshows, graphs and text effects.

50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

An overview of useful CSS/jQuery coding tips, tricks and techniques for visual effects, layouts and web form design to help you find solutions to the problems you are dealing with or will have to deal with in future.

Amazing and Fresh jQuery Plugins

25 of the best newly (or, pretty close to new) released jQuery plugins.

40 Exceptional jQuery Interface Techniques and Tutorials

Explore the strengths of jQuery in letting web developers create impressive client-side-based user interface components.

40+ Excellent jQuery Tutorials

Various jQuery Tutorials for your source of inspiration.

50 Useful JavaScript and jQuery Techniques and Plugins

Useful JavaScript and jQuery techniques, plugins and tools that may help you improve the user experience for your site.

转载于:50 Useful jQuery Plugins to Enhance your Forms

推荐:你可能需要的在线电子书



欢迎转载,转载请注明:转载自周金根 [ http://zhoujg.cnblogs.com/ ]
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  职场 JavaScript 休闲