Web Development Tutorials


JavaScript Password Strength Validation Example

This JavaScript tutorial will show you how to validate the strength of password entered by the user for your application. […] Continue reading »

Add and Remove Options in Select using jQuery

In this tutorial, you will learn how to remove and add the options in the select box. jQuery is the […] Continue reading »

How to get canonical URL using JavaScript or jQuery

This article will help you to obtain the website canonical URL set in the head section. Canonical URL helps the search […] Continue reading »

JavaScript Number Validation Example

In this JavaScript tutorial, we will validate the numeric value in the text box. Sometimes we need to restrict the […] Continue reading »

How to remove table row using jQuery

In this tutorial, we are going to remove a row from the table using JQuery. JQuery provides the closest() method, […] Continue reading »

HTML- Introduction to Hypertext Markup Language

In this tutorial, we are going to introduce about the HTML. HTML stands for Hypertext Markup Language and it is […] Continue reading »

How to add and remove attribute in jQuery

This example will show you how to add and remove the attribute in HTML/JSP pages using jQuery. To perform the above […] Continue reading »

JavaScript Countdown Timer Example

In this tutorial, we will create a simple countdown timer using JavaScript. JS is rich in features so it’s not […] Continue reading »

How to get the value of selected option in a select box using jQuery

In this example, we are going to help to get the value of the selected option in the select box […] Continue reading »

How to get selected Radio button value in jQuery

In this tutorial, we will get the value of select Radio Button using jQuery API. jQuery provides the :checked selector […] Continue reading »

How to blink text in HTML using jQuery

In this example, we are going to show how to blink/flashes a text in HTML using jQuery. To do this […] Continue reading »

1 2 3