Can someone please help me list out all the major functions of AJAX? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can someone please help me list out all the major functions of AJAX?

I am new to Asynchronous JavaScript (Ajax ). I have heard that there are a lot of goodies that comes from this highly talked about programming language. I just need to know some of the reasons why a programmer should venture into learning Ajax.

17th Apr 2017, 8:57 AM
Kelsey Great
Kelsey Great - avatar
3 Answers
+ 1
okay, thanks @David, pls do you have any recommendations like good websites to get an easy to understand tutorials on Ajax?
17th Apr 2017, 9:12 AM
Kelsey Great
Kelsey Great - avatar
0
One reason would be because you can make a seamless experience for the user by updating the UI without refreshing the interface. You can retrieve database data or post data to your server without refresh. Think google search for example, it retrieves information as you type it through AJAX calls.
17th Apr 2017, 9:00 AM
David Beczuk
David Beczuk - avatar
0
@kelsey well, not sure if there are any Ajax training course, try udemy maybe.
17th Apr 2017, 3:29 PM
David Beczuk
David Beczuk - avatar