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

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -