How do I make a single page application with ajax or java script. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I make a single page application with ajax or java script.

8th Aug 2017, 1:55 PM
Joseph Nwogu
Joseph Nwogu - avatar
2 Answers
+ 2
With Javascript you need at least to know html and css because output is necessarly done with this languages pair... With AJAX, that mean same, but in addition you need to handle server sided language, as AJAX is an accronym stand for Asynchronious Javascript And Xml... it's just a technology able to communicate with server without reloading page and only update it with new data send on request by server.
8th Aug 2017, 5:28 PM
visph
visph - avatar
+ 1
Learn how to make use of html elements. Since javascript can use and change the properties of html.. Just learn that and some programming math and you good to go
8th Aug 2017, 2:12 PM
Recon
Recon - avatar