javascript - How to add i tag after input tag -




my source code is:

<div id="id1" class=class1> <label><input type="checkbox" name="something">uh, label</label> </div>   

i add tag after input tag. source code looks like:

<div id="id1" class=class1> <label><input type="checkbox" name="something"> <i class="genius"></i> uh, label</label> </div>  

is possible javascript?





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -