How to refresh particular element of HTML5 and php script in side the particular element not hole page refresh?? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How to refresh particular element of HTML5 and php script in side the particular element not hole page refresh??

I want to refresh a particular html element as div, section with JavaScript function.

25th May 2019, 7:50 PM
Jawed Ahmed Khakhrani
Jawed Ahmed Khakhrani - avatar
1 Resposta
+ 1
You have to use (AJAX) which stands for Asynchronous Javascript And HTML. With Ajax you can update specific parts of the page without the need to reload the page. Here is a link to Wikipedia to read more about the subject: https://en.wikipedia.org/wiki/Ajax_(programming) Hope it can help :)
25th May 2019, 8:01 PM
Kamil Zaghbour
Kamil Zaghbour - avatar