-4
I’m not sure I understand, but if you understand.
First you capture the input you want in javascript, something like:
const ipt = document.getElementById('id_do_input');
and later changes its value property.
ipt.value = 'teste';
-4
1
I’m not sure I understand, but if you understand.
First you capture the input you want in javascript, something like:
const ipt = document.getElementById('id_do_input');
and later changes its value property.
ipt.value = 'teste';
Browser other questions tagged javascript dom
You are not signed in. Login or sign up in order to post.
Look my dear I made for you https://prnt.sc/t9amv3 with JS not to put a text inside an image
– Caetano Sincero