jQuery AJAX autocomplete example to show dynamic suggestions using PHP and MySQL database. ...
May 27th, 2023
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 the jQuery date picker, we can format a selected date using the dateFormat option. In a previous post, we have seen how to use jQuery ...
June 26th, 2016
Auto-suggest feature for a form field will reduce the user’s effort while entering input data. In this post, we will see how to auto-s ...
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
This tutorial will check or uncheck a group of checkboxes using jQuery. We can use this feature in various scenarios, like selecting multipl ...
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