What about something like this:

    $.live = function(selector, type, callback) {
        $.fn.live.call({ selector: selector }, type, callback);
    }


On Thu, Nov 5, 2009 at 7:13 AM, xwisdom <xwis...@gmail.com> wrote:
> Hi John,
>
> Thanks for the quick feedback
>
> IMO, I think it would be handy to have something like $.live as I can
> see where it would be of great benefit when working with a lot of
> elements.
>
> --
>
> You received this message because you are subscribed to the Google Groups 
> "jQuery Development" group.
> To post to this group, send email to jquery-...@googlegroups.com.
> To unsubscribe from this group, send email to 
> jquery-dev+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/jquery-dev?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en.


Reply via email to