I have two phone numbers and would like to have the Home Phone on one line and Work phone on the other. This is what I have so far...
$tr.find('.phone').text($('#txtPropHPhone').val()) + '<br />' + $('#txtPropWPhone').val());
The .html is still not working... How do I fix this?