I have a code:
<span class="twolastbuttons">
<div class="btn-group">
<a class="btn btn-success" onclick="addToWishList('<?php echo $product_id; ?>');"><?php echo $button_wishlist; ?></a>
<a class="btn btn-success" onclick="addToCompare('<?php echo $product_id; ?>');"><?php echo $button_compare; ?></a>
</div>
</span>
I am trying to add < BR > tag after each < A > using jquery, but no luck. Please help!
You can do it like this:
Or alternatively this other way too: