Hello, someone knows how I could do this, I have 10 links, each link corresponds to an element type link 1 = :D, link 2 = :S, link 3 = :$
and so on, so I have a input type="text" name="mensagem" placeholder="digite sua mensagem..."/>
, my question is, how would I do it? when the person clicks on one of these links the value that is informed in them shows in the input? without being value=""
, I will best exemplify <a href="javascript:void(0)">:D</a> <a href="javascript:void(0)">:S</a> <a href="javascript:void(0)">:$</a>
by clicking on one of these link I want to send the value corresponding to the clicked link to input
asked by anonymous 13.03.2018 / 17:54