Submiting a bubble data with json
Submiting a bubble data with json
welitonxd
Posts: 2Questions: 2Answers: 0
How i can submiting data with a json in this example https://fabriciodidi.com.br/manager/site/child/a/teste.php
i dont know how to take the new value and how to update them in a post json, the code you wanna see in DevTools debugger chrome ou firefox F12.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @welitonxd ,
You can use
get()
orfield().get()
to get the field value - there's several other ways but that'll probably get you going,Cheers,
Colin