Diffrence between autocomplete and ajax? -
Diffrence between autocomplete and ajax? -
what diffrence between ajax , autocomplete function. know autocomplete software function completes words or strings without user needing type them in full. ajax similar + other functions.
ajax stands "asynchronous javascript , xml" , offers alternative traditional "request-respond-cicle".
with ajax can info server without browser having re-render whole page.
autocomplete on other hand side uses ajax possible results on every key nail users.
read more ajax here: http://en.wikipedia.org/wiki/ajax_(programming)
ajax autocomplete
Comments
Post a Comment