|
Ajax:Simpel lookup
|
|||||||||||||||
|
Using AJAX to do type-ahead behaviour
This is a prototype show how you can add type-ahead behaviour to a webpage using AJAX. The situation is that a great deal of account numbers and names exists in a database. Sending all the data to the client will slow down a web-based system - so type-ahead has been added using AJAX. Type a number or a name of an account and you will get suggestions as a drop-down list.
|
|||||||||||||||