<script>
$(".coment").load("coments.php #coments");
</script>
This function causes it to load comments after sending it! This causes the comment to be sent at the same time and viewed!
Only when I put this code to view the comments, it is not loading any comments! I checked if it's the div, if it's the "class" if it's the "id" but none will! I need help!