jQuery AJAX Form

jQuery AJAX AutoComplete with Create-New Feature

jQuery AJAX autocomplete example to show dynamic suggestions using PHP and MySQL database. ...

May 27th, 2023

jQuery Autocomplete with XML Data Source

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

Formatting Date With jQuery Date Picker

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

Dependent Auto Suggest with jQuery

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

Prevent Form Double Submit using jQuery

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

Dependent Drop-down List in PHP using jQuery AJAX with Country State Example

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

Check Uncheck All Checkbox using jQuery

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

jQuery Password Strength Checker

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

Getting Checkbox Values in jQuery

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

jQuery Datepicker

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

↑ Back to Top