balazs-endresz / jquery-translate

Automatically exported from code.google.com/p/jquery-translate
5 stars 5 forks source link

jQuery clone bug #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This http://dev.jquery.com/ticket/4643
issue causes problems if the rebind option is true.

typical error messages: 
orig[i] is undefined OR
H[F] is undefined OR
Cannot convert undefined or null to Object

Original issue reported on code.google.com by balazs.endresz on 11 May 2009 at 7:51

GoogleCodeExporter commented 9 years ago
reported here: http://code.google.com/p/jquery-translate/wiki/General

Original comment by balazs.endresz on 11 May 2009 at 7:52

GoogleCodeExporter commented 9 years ago
It's been fixed in the plugin (v1.3.4) so it works regardless of the actual 
jQuery bug. 
At least it made me think about how to re-bind events so now it's done more 
efficiently 
without cloning any elements.

Original comment by balazs.endresz on 13 May 2009 at 7:08