Skip to content

how to print innerHTML? #18

@phrazer

Description

@phrazer

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions