Best jQuery Forms Plugins & Tutorials with Demo

    Captcha System On User SignUp Using PHP And Ajax

    Captcha System On User SignUp Using PHP And Ajax

    Captcha is the best way to avoid spamming your SignUp, Comments, Email and many other things that takes user input. What is Captcha? It is a simple text combination of some uppercase and lowercase letters with some numbers generated randomly with some special kind of text type font. It is mainly used for Human Verification whether the user is human or any computer script. In this tutorial we will teach you how to make your own captcha system with the help of PHP and Ajax.

    phAnimate : jQuery Animated Placeholder Plugin

    phAnimate : jQuery Animated Placeholder Plugin

    phAnimate is a jQuery plugin that animates placeholder on inputs.

    jQuery Character and Word counter plugin

    jQuery Character and Word counter plugin

    This jQuery Word and character counter plug-in allows you to count characters or words, up or down. You can set a minimum or maximum goal for the counter to reach.

    • Create a custom message for your counter’s message
    • Force character/word limit on user to prevent typing
    • Works against copy/paster’s!

    Cloudinary jQuery Plugin with File Upload

    Cloudinary jQuery Plugin with File Upload

    Cloudinary is a cloud-based service that provides an end-to-end image management solution including uploads, storage, manipulations, optimizations and delivery.

    Easily upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more.

    Bootstrap Select Togglebutton with jQuery

    Bootstrap Select Togglebutton with jQuery

    JQuery plugin for converting select input to friendly bootstrap buttons group.

    Behave.js : JS Library to Convert Textarea into Coding IDE

    Behave.js : JS Library to Convert Textarea into Coding IDE

    Behave.js is a lightweight library for adding IDE style behaviors to plain text areas, making it much more enjoyable to write code in.

    Distpicker : jQuery Plugin for Picking Cities of China

    Distpicker : jQuery Plugin for Picking Cities of China

    A simple jQuery plugin for picking provinces, cities and districts of China.

    How to get File Name, Size, Type count in jQuery

    How to get File Name, Size, Type count in jQuery

    This article explains how to get the file name, file size (in bytes), file type (Text/PDF/CSS files) and total selected file counts in jQuery before uploading it to the server.

    Switchable : jQuery iPhone Style Switch Buttons

    Switchable : jQuery iPhone Style Switch Buttons

    Switchable  is a replaces checkbox by beautiful iphone style switch buttons.

    Preview Image before upload it with jQuery & HTML5

    Preview Image before upload it with jQuery & HTML5

    Here this article explains how to preview an image before uploading on the server side in jQuery. Let’s suppose you have an application where the user uploads bulk photo and then the users want to upload only some selected photo, in this case, we as a developer don’t want to upload all images photos on the server. As this effect on server load cost effect etc.
    So using HTML 5 FileReader() we can able to preview the image before upload it in jQuery.