Posts by Weverton • 13 points
2 posts
-
1
votes2
answers994
viewsQ: PHP does not receive POST Json
I’m trying to create a sending function via Ajax with pure Javascript, but PHP does not receive the data. Javascript is sending data correctly. Javascript code: this._data = JSON.stringify(data);…
-
0
votes2
answers2120
viewsQ: How to stop a Javascript function that uses setTimeout
Hello, I have created a countdown function, which is working correctly. The only problem is that I can’t stop it. I made all kinds of adaptation with Return and clearInterval(), she stops for a…