Not a jQuery method but a String "replace" method.  Try this:

  var s = $(....).text();

  s.replace(/\n/g,"<br>");

---
HLS


On Sep 18, 12:03 pm, Mike Miller <[EMAIL PROTECTED]> wrote:
> Are there any jquery functions that can take a text value and convert
> any newlines to <br> tags?

Reply via email to