Small Example
If we take a look at a small form with two items or components like this one: Continue reading AJAX Example
Times Viewed: 83
If we take a look at a small form with two items or components like this one: Continue reading AJAX Example
Times Viewed: 83
This will check input names against those available in a database. It will check from a string entered to find all that have that sub string in them, and provide an updated suggestion to the user.
Continue reading Check Names
Times Viewed: 31
Using AJAX, sometimes you need to get data from the server.
Continue reading Get Data
Times Viewed: 30
AJAX stands for Asynchronous Javascript And XML.
Continue reading AJAX Overview
Times Viewed: 21
Using AJAX, sometimes you need to send data to the server.
This bit of code will retrieve data from a server (like the Get Data example) but it will also send data to the server.
Continue reading Send Data
Times Viewed: 41