SO - 21192176

by Arun P Johny

HTML

<div class="one_third">
    <p>This is for testing</p>
</div>
<br>
<!--This one -->
<div class="one_third">
    <p>This is for testing</p>
</div>
<br>
<!--This one -->
<div class="one_third">
    <p>This is for testing</p>
</div>
<br>
<!--This one -->

JavaScript

$('.one_third').next('br').remove()