I just try a little change in jQuery source code, that made it well,
and I met no bugs :

In the jQuery.fn.init method, I just added the line :

this.constructor = jQuery;


This way, all jQuery objects have a "constructor" property and it
equals jQuery


Any arguments against this ?


Nico

Reply via email to