Skip to main content
multi-steps-form-using-jquery

Multi Step Form with Progress Bar using jQuery and Bootstrap CSS

I will provide you with a simple jquery and HTML snippet to create a multi-step form with a progress bar using bootstrap with jQuery.

There are many jQuery plugins available on the web which is providing the same functionality but I don’t want spent time on the customization of plugins so I have created mine one which is more customizable and easy to understand and use.

Read More
What-is-JSON-and-what-is-used-for

Working with JSON with Example in JavaScript

This JavaScript tutorial help to understand how to define JSON in JavaScript and how to parse JavaScript JSON data.

The JSON(JavaScript Object Notation) is a prominent shared data format for information sharing among two or several applications. It provides the easy usage of storage and data read data by JSON, JavaScript Object Notation, for which data information is stored as objects or arrays as an object.

Read More