Add text box for each element (image) given
I have multiple <li> items in my code:
I want to add to each image (wrapped in <li> tag) a text box that will pop out for each image when I click/tap on it.
that partial code is an e.g.:
- <li class="mix biceps check1 radio1 option1"><img src="images/exercises/biceps/Alternate Hammer Curl.jpg" alt="Image 1"></li>
- <li class="mix biceps check2 radio2 option2"><img src="images/exercises/biceps/Barbell Curl.jpg" alt="Image 2"></li>
This is currently the code for contenteditable div:
<div id="test" class="test" placeholder="" contenteditable="true"></div>