Best jQuery Forms Plugins & Tutorials with Demo

    jQuery Browser PINPAD

    jQuery Browser PINPAD

    Browser based pin pad that protects the page from access until the correct code is put in. Uses jquery, colorbox, grumble to achieve all the effects.

    When the page is loaded it is covered up by a pinpad. Putting in the right pin will reveal the page contents and set a cookie allowing access to that page for 30 seconds (Obviously this can be changed). Also, it will relock the page and require the pin number every 30 seconds (This too can be changed )

    JCRUD – Create, Read, Update and Delete Rows with jQuery

    jQuery JCRUD - Create, Read, Update and Delete Rows

    jCRUD is a lightweight jQuery plugin allows you to create, read, update, and delete content of HTML tables with ASP.NET server side code and AJAX.

    • Insert, update and delete rows in HTML table
    • ASP.NET server side + AJAX
    • Pagination
    • Sorting
    • Works in all major browsers (Firefox, Opera, Safari, Chrome, Internet Explorer 6+)

    Submit Form without Refreshing Page with Jquery and ajax

    Submit Form without Refreshing Page with Jquery and ajax

    This post helps you to submit your form without refreshing page. In this tutorial I will show you how simple it is to do using jQuery form plugin just five lines of JavaScript code, no need to post data string values via ajax. Explained collaboration with validate plugin for implementing form field validations.

    jQuery Forms magicpreview plug-in

    jQuery Forms magicpreview plug-in

    magicpreview automatically updates selected elements on a page based on form fields. Perfect for previewing forms.

    jQuery Form Highlighter

    jQuery Form Highlighter

    A simple jQuery Plugin, used to scan through your website and automaticly attach focus,blur and keydown effect on your form fields. By using FormHighlighter plugin you will be able to control all your form fields from one place.

    JQUERY SPIN BUTTON PLUGIN: SMART SPIN

    JQUERY SPIN BUTTON PLUGIN: SMART SPIN

    Smart spin is a jQuery spin button plugin that mimics the very common windows spin button control. Smart spin allows you to select a value between minimum and maximum values using either mouse or keyboard. You can also enter a value via keyboard.

    Ajax Image Upload without Refreshing Page using Jquery

    Ajax Image Upload without Refreshing Page using Jquery

    Are you looking for ajax file/image upload and preview without refreshing page using Jquery. I had implemented this ajax form submitting using jquery.form plugin and used  image cropping PHP code for uploading images. Just five lines of JavaScript code, Using this you can upload files, image and videos.

    FlexBox – jQuery Ajax based Textbox & Selectbox

    FlexBox - jQuery Ajax based Textbox & Selectbox

    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.

    Formalize forms with jQuery

    Formalize forms with jQuery

    Formalize grants you control over forms without changing them so drastically to make them look foreign in a user’s operating system, this tool can be considered as a webkit version for forms elements, which makes it great to develop compliant interfaces.

    Hover to Reveal Masked Password with jQuery

    jQuery Reveal Masked Password plugin

    I think a hover revealing password could be a really good alternative: You can increase your security, and if you are unsure about what you’ve typed just go and hover over it.So, what we will be doing today is a jQuery plugin to do that, and additionally, we will have a behavior pretty similar to what many mobiles does, where we can see the last character for a couple of seconds. This is a good chance to learn more about plugins, dynamically generated content, and some good coding practices.