Suppose there is such a structure
<div id="image"> <img src="..." /> Text </div>
So we must leave the picture without text. Tell me how it can be done with javascript.
Suppose there is such a structure
<div id="image"> <img src="..." /> Text </div>
So we must leave the picture without text. Tell me how it can be done with javascript.
Source: https://ru.stackoverflow.com/questions/19739/
All Articles