[jQuery] $(foo)[n]?
[jQuery] $(foo)[n]?
> jQuery.fn = jQuery.prototype = Object.extend( [], {
> // ... prototyped functions
> });
Can this be done? I explored using Array as a .prototype base in IE a few
years back and reached a dead end, but maybe I missed something.
http://groups.google.com/group/microsoft.public.scripting.jscript/browse_thr
ead/thread/7731660a41a81db4/d9f3bcc1bb743579
Extending individual objects as they are created by copying properties takes
too much time; we just escaped from that performance tarpit in jQuery with
Mike Geary's changes.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/