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/

