jquery remove br from div

JavaScript
$('#grape1,#grape12').find('br').remove();

Source

Also in JavaScript: