That didn't do it either. I ended up building a string in the loop, then
dumping that into the textarea usin val(). Thanks for the poke in the right
direction though. Wouldn't have thought that append() would have that
behaviour. 

-----Original Message-----
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of R. Rajesh Jeba Anbiah
Sent: Monday, October 08, 2007 11:51 AM
To: jQuery (English)
Subject: [jQuery] Re: Code review: 1 problem each in IE and FF


On Oct 8, 8:43 am, Andy Matthews <[EMAIL PROTECTED]> wrote:
> I was just working on a quick little project to utilize some gibberish 
> text I've had laying 
> around:http://www.commadelimited.com/code/fillertext/
   <snip>

    Culprit is append(). You may try $text.text() instead. If you use
Firebug, you can see that it's appending to the wrong place.

--
  <?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com    Blog: http://rajeshanbiah.blogspot.com/


Reply via email to