Posts by Rafael gustavo • 11 points
3 posts
-
1
votes0
answers86
viewsQ: have to request only when there is a change in the database? instead of checking every second
<script type="text/javascript"> function atualizarTarefas() { …
-
-2
votes1
answer85
viewsQ: Why is my ajax request not working?
<script type="text/javascript"> $('#enviar').click(function(){ $.ajax({ type: 'post', data: '', …
-
0
votes1
answer125
viewsQ: How do I make a change to be printed in the view without refresh?
<script type="text/javascript"> function atualizarTarefas() { var url = "institucional"; jQuery("institucional#entregas").load(url); } …