Category: JavaScript

Category: JavaScript

How to validate forms in jQuery
Image April 22, 2016 JavaScript sourav

Here are a few example of how the jQuery Validation can be used to validate forms. These examples were coded to demonstrate the possibilities and results that can be achieved using this JavaScript plugin. It is for you to decide how to skin and customize the functionalities of your form(s). Example:- ———————————- <html> <head> <link
Details

Basic jQuery Form Validation Example
Image April 20, 2016 JavaScript sourav

There is a live demo and also a complete download package at the end of the post. Example: User Registration Form The Same Form With Validation This is what your form will look like when a user tries to submit an empty form.   Setup Validation Instructions Step 1 – Include the latest version of
Details

Bouncing Ball in Java Script
Image March 6, 2016 JavaScript sourav

This script uses a the setTimeout() Method to perform a sequence of Image Swaps that create the animation. The setTimeout() Method accepts two arguments, the name of a Function that you want to call and the number of milliseconds you want to wait before calling the Function. The name of the Function needs to be
Details