Every time I click on a button
<button class="xx type="submit" id="add_football">Add</button>
I want to add a image(<img src="img/door-right.png">)inside the
<div class="ball_footballbox"><img src</div>
How do I do that with jQuery?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Or
$('<img src="img/door-right.png">').appendTo(".ball_footballbox");