Comments system without reloading jquery page

Asked

Viewed 22 times

1

Well, I have a comment system, where I have a question. I wanted to know, how can I get someone to send the comment, it appears up without having to reload the page. I know you have jquery in the middle, someone can help me?

HTML:

<div id="comentarios">
<div class="comentario">
<div class="nome"><?php echo $session; ?></div>
<div class="texto"><?php echo $comentario; ?></div>
</div>
</div>

Then a friend of mine gave an idea, but it didn’t help me, he said that I have to use an ajax to send to a php file and that this file send to a function called append.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.