AJAX: Real-life examples & Usage cases

Search example

In the current example we have a drop down box instead of the text field as in second example, drop down box having some names of user and while you select a name the information regarding to the user will display in the same page, the information of the user coming from the database and …

Search example Read More »

Ajax form validation

This is a new type of example of email validation, where we want to validate a form through ajax, The display page contains three fields first one is the name field, second one is the email address field and the last is for the city, this example is for validate the email address, when a …

Ajax form validation Read More »