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 onc
How about creating the form once and moving it to where ever it's
needed. Something like this:
var replyForm = $('');
$(document).ready(function() {
replyForm.append($(''));
replyForm
2 matches
Mail list logo