I have an block of code that is like this:
<div class="container">
<div class="entry-title">
Lorem Ipsum
</div>
<div class="content">
<p>Donec id elit non mi porta gravida at eget metus.</p>
</div>
.... ....
</div>
I want to remove the line that contains the dots (generated by the system).
How I can remove using jQuery?