How can I use jQuery to find all the <br/>
tags within a div with class "post" and add an additional <br/>
tag after each?
Just guessing here but I would try using the .after function like this
$('div.post br').after('<br/>');
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With