All TalkersCode Topics

Follow TalkersCode On Social Media

devloprr.com - A Social Media Network for developers Join Now ➔

jQuery Ajax Introduction

Ajax stands for Asynchronous JavaScript and XML with the help of this we can load and send data to server without page refresh.


With the help of jQuery its is easy to use Ajax.



Syntax of Ajax load method


[selector].load( URL, [data], [callback] );


You will learn complete use of Ajax with jQuery in next chapters

❮ PreviousNext ❯