What about something similar to this in the $ function?

    // Handle $(event)
    if ( selector.currentTarget && selector.currentTarget.nodeType ) {
        this.context = this[0] = selector.currentTarget;
        this.length = 1;
        return this;
    }

kevin
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to