On Aug 25, 2008, at 4:31 PM, Chris Hall wrote:
However, using this example, when I click on the text area to edit it I see that it looks correct (no br tags and the line breaks are present). However when I save the text area the display isn't correct The breaks aren't there (it appears they are still newlines and not br tags?).
Jeditable displays whatever your saving scrip echoes back. If you send newlines, but after saving you want to show <br /> tags instead of newlines, saving script needs to convert newlines to <br /> tags before echoing them back.
-- Mika Tuupola http://www.appelsiini.net/