Posts by João Costa • 154 points
4 posts
-
0
votes0
answers15
viewsQ: Send php date via ajax and jQuery
I’m trying to send two variables to a php file. I tried it first with a variable, and it was working. When I put in the second variable, it stopped working. Javascript function: function mensagem()…
-
8
votes1
answer203
viewsA: Is there a data limit that can be passed in Websocket.send?
A single Websocket frame, per RFC-6455 base frame, has a maximum size limit of 2 63 bytes (9,223,372,036,854,775,807 bytes ~ = 9,22 exabytes) However, a Websocket message, composed of 1 or more…
-
-2
votes3
answers124
viewsQ: How to use a variable within another function?
I’m trying to prove a value by clicking a button. For this I need to fetch the value from a variable already created, but which is in another function. This is my code: <script…
javascriptasked João Costa 154 -
0
votes1
answer89
viewsQ: How to read table data and erase this data
Good morning, I’m developing a site in php/html and I’m having some difficulty in deleting a row from the table, I’m already able to select the line, just need to delete. Here I will leave the code…