Autocomplete feature is a typeahead mechanism to show input suggestion to the user. It is a common UI/UX feature in applications to intuitiv ...
June 3rd, 2018
Using jQuery date picker we can format a selected date by using dateFormat option. In a previous post, we have seen how to use jQuery datepi ...
June 26th, 2016
Auto-suggest feature for a form field will reduce user’s effort while entering input data. In this post, we are going to see how to do ...
June 14th, 2016
In this tutorial, we will see how to avoid duplicate submit using jQuery. While submitting a form via an AJAX function, the page will not re ...
March 9th, 2016
This Dependent dropdown list example with two inter-related combo boxes is a sample that will guide you to implement the same for your appli ...
February 8th, 2015
In this tutorial, we are going to see how to check or uncheck group of checkboxes using jQuery. We can use this feature in various scenarios ...
October 19th, 2014
In this tutorial, we are going to validate password strength using jQuery. We have regex patterns for alphabets numbers and special characte ...
October 13th, 2014
In HTML Form, the dropdown, checkbox type fields have an array of values. In this post, we are going to see how to get the array of selected ...
August 29th, 2013
Datepicker is a wonderful option provided with the user interface to facilitate users to select a date in the correct format. In this articl ...
July 26th, 2013