+ 1
What means by jQuery ajax?
What means by jQuery ajax?
2 Respuestas
+ 11
JQuery (a javascript library that can make your js code smaller)
Ajax (asynchronous javascript and XML, can get data from servers in format of XML without redirecting, visiting links or loading pages……)
+ 1
Asynchronous JavaScript and XML
Ajax engine allows u to send information to the server that need to be updated without changing the whole page only changing a part of it so u stay updated without the need of refreshing the page.
sorry for my english :)