that seems like a mistake. wonder if it has been documented like this
since 1.3, cause it looks like it was just copied and pasted over. as
far as i know 1.3.2 never supported multiple events.


looking at the source
http://github.com/jquery/jquery/blob/master/src/event.js#L843

the type variable is not split or looped in any way like in bind:
http://github.com/jquery/jquery/blob/master/src/event.js#L73

this is a API doc error.

On Jan 15, 2:29 pm, "jquery.redsqu...@googlemail.com"
<jquery.redsqu...@googlemail.com> wrote:
> Yup - in the API docs here -http://api.jquery.com/live/
>
> eventType - A string containing one or more JavaScript event types,
> such as "click" or "keydown"
>
> On Jan 15, 5:39 pm, Dave Methvin <dave.meth...@gmail.com> wrote:
>
> > > > > With $('selector').live('keyup keydown', fn); the func is fired
> > > > > outside of the selections.
>
> > In 1.3.2 only one event name could be passed to live (unlike bind). I
> > don't see that changed in 1.4, did you see it documented somewhere?
>
>
-- 
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