jeditable br tags
jeditable br tags
Hi All,
I have just setup jeditable for a text area and this works fine however when I activate / click on the text area to bring up the editor, the content is filled with br tags (example below)
Any ideas on how to convert the br tags into \r\n tags before it is displayed?
Thanks
-
comment 001<br><br>
<br><br>
comment 002<br><br>
<br><br>
comment 003<br>
Comment 4
jquery code
-
$(".editable_textarea").editable("update-comment.php", {
indicator : '<img src="/intranet/media/icons/indicator.gif">',
type : 'textarea',
submitdata: { _method: "put" },
select : true,
submit : 'OK',
width : 400,
rows : 3,
cancel : 'cancel',
cssclass : "editable",
id : 'comm_id',
name : 'comm_details'
});