-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
when you match some element/div, and you print it, it trimms all the
s and and other tags between tag. Like for example:
<div class="tag">
<div class="second">Example text <br> another text <a href="#">h1</a> end of text. </div>
<div class="second">Example text <br> second row <a href="#">h2</a> end of text. </div>
</div>
how would you loop second div classes, and have as a result full innerHtml() with all html tags and not just "Example text another text end of text."
Thanks for great library...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels