what is ajax?

What is jQuery Ajax?

AJAXstands for Asynchronous JavaScript And XML, it is a technique for creating fast and dynamic web pages. Ajax lets us send requests from the browser to the server, and manage the server response without page reload, so we can update a part of the page while the user remains on the same page.

AJAX is the art of exchanging data with a server, and updating parts of a web page - without reloading the whole page.

What About jQuery and AJAX?

  • jQuery provides several methods for AJAX functionality.
  • With the jQuery AJAX methods, you can request text, HTML, XML, or JSON from a remote server using both HTTP Get and HTTP Post - And you can load the external data directly into the selected HTML elements of your web page!

jquery method






Previous Next


Trending Tutorials




Review & Rating

0.0 / 5

0 Review

5
(0)

4
(0)

3
(0)

2
(0)

1
(0)

Write Review Here