On May 25, 7:59 am, Ariel Flesler <[EMAIL PROTECTED]> wrote:
> That's an exotic situation.
> I'll give you 2 options:
>
> 1-
>
> var $D = $.extend( true, function( selector, context ) {
>    return new $D.fn.init( selector, context );
>
> }, $ );
>
> This MIGHT work, I never really tried something like this.

     This doesn't work; now 'overridden click' doesn't get trigger.

> 2-
>    Maybe jQuery.Collection is what you need. It lets you create jQuery-
> like collections with your own methods, not only for DOM elements. You
> can create as many as you want and even use inheritance.
>
> HomePage:http://flesler.blogspot.com/2008/01/jquerycollection.html

    Thanks, but this is not what I'm looking for.

--
  <?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com    Blog: http://rajeshanbiah.blogspot.com/

Reply via email to