Answer the question
In order to leave comments, you need to log in
Permanently adding text to input?
How to make the text added to the existing text on click: for example HelloHelloHello, that is, each click +1 Hello
$('span').click(function () {
$('textarea').text('Hello');
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question