Twitter uses character count to restrict number of characters input by the user on a text input area. We can see many websites having conten ...
February 8th, 2018
This tutorial will show us how to validate credit cards using jQuery. When the user submits his card details, the jQuery code will be called ...
January 10th, 2018
By restricting users from typing invalid data we can minimize validation errors in an earlier stage. Let us see an example to do this using ...
March 9th, 2016
Now we are going to see about how to enable or disable form submit button based on the form validation result. In a previous example, we hav ...
March 9th, 2016
In this tutorial, we will learn how to calculate the remaining character count using jQuery. By calculating this count, we can restrict the ...
December 29th, 2014
In jQuery, it is effortless to restrict the user from entering more than one URL via a form input. By validating this, we can avoid spam con ...
December 28th, 2014
In this tutorial, we will see “form” file input validation using jQuery. In the previous tutorial, we do this validation using P ...
December 15th, 2014