Posts by Wesley Igor • 3 points
4 posts
-
0
votes1
answer1539
viewsQ: Change span value with jQuery
I have the following elements : <span class="teste">256,00</span> <span class="teste">110,00</span> <span class="teste">16,00</span> <span…
-
0
votes2
answers438
viewsQ: How to consult with Where and like between two tables?
Guys, I have the following problem: I have two tables, the following tables : tabela mensagens +----+-------------------+-------+---------------------+ | id | mensagem | _de | hora |…
-
0
votes1
answer52
viewsA: Failed to pass check (date.Success)
Guys just went to insert the following in the controller. header('Content-Type: application/json');…
-
0
votes1
answer52
viewsQ: Failed to pass check (date.Success)
I have the following code: $.ajax( { type: 'GET', url : "chat/updates/", async : true, cache : false, success: function(data){ if(data.success){ alert(data) thread = data.messages; senders =…