Answer the question
In order to leave comments, you need to log in
Exclude element on selection?
Exclude element on fetch (JQUERY)?
https://jsfiddle.net/8rhrzdzL/
<div id="t4">
<div id="no">no no no</div>
<p>123</p>
</div>
<span id="1">Клик</span>
<textarea></textarea>
$("#1").click(function(){
$("textarea").val($("textarea").val() + $('#t4').text());})
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