[jquery-dev] Re: clone(true) doesn't copy event handlers on child elements

2008-09-06 Thread John Resig
I think you meant to do .clone(true) (which is what clones the events along with the elements). A couple other points: This: $($(this).next()).clone().insertBefore(this).slideDown() could be: $(this).next().clone().insertBefore(this).slideDown() this: $(this.parentNode).fadeOut('slow',$(this).

[jquery-dev] Re: clone(true) doesn't copy event handlers on child elements

2008-09-06 Thread Alex Howell
> I assume you didn't mean to do $('inside') and meant to do $("#inside"). Yes, I did use the right method in my test code (mistake here a legacy from mootools habits) > Could you make a working test case? This has worked for us, in all our > tests, so I'm not sure what the exact issue is here.

[jquery-dev] how to convert ajax javascript to ajax jQuery

2008-09-06 Thread psarun kumar
hi, i send my full code for you reference tell how convert http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml";> // this script used in encoding format Captcha Using API Function var XMLHttpArray = [ function() {return new XMLHttpRequest()},

[jquery-dev] Re: how to convert this code to jquery

2008-09-06 Thread psarun kumar
hi, my full code then you understand easily http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml";> // this script used in encoding format Captcha var XMLHttpArray = [ function() {return new XMLHttpRequest()}, function() {return new Active

[jquery-dev] Re: Meta tag Problem

2008-09-06 Thread Pedram
Dear Nathan , I just sent a copy of this thread to jquery(English) but there was no response On Sep 5, 1:37 am, Nathan Hammond <[EMAIL PROTECTED]> wrote: > Pedram: > To the best of my knowledge search engines index only pages that can > be reached without JavaScript. With that in mind, updating o