[jQuery] Re: Displaying same input box

2007-11-16 Thread Merlin
Hello Adrian, I tried your code but on click of the button there is absolutly nothing happening?! I also tried to locate the potential error, but my JQuery knowledge is limited so far. Regards, Merlin On Oct 26, 1:30 pm, Adrian Lynch [EMAIL PROTECTED] wrote: How about creating the form once

[jQuery] Re: Displaying same input box

2007-10-26 Thread Adrian Lynch
How about creating the form once and moving it to where ever it's needed. Something like this: script type=text/javascript var replyForm = $('div id=replyForm/div'); $(document).ready(function() { replyForm.append($('textarea id=replyText/textarea'));