On Jan 26, 1:24 pm, Karl Swedberg <[email protected]> wrote: > Hi Andrew, > > Currently .live() only support a subset of event types: > > > Possible event values: click, dblclick, mousedown, mouseup, > > mousemove, mouseover, mouseout, keydown, keypress, keyup > > Currently not supported: blur, focus, mouseenter, mouseleave, > > change, submit > > -http://docs.jquery.com/Events/live#typefn > > There are plans to expand the list of possible event values, but it'll > involve some workarounds for the types that don't natively bubble > (esp. in IE) and extensive testing that just wasn't feasible for the > timeframe of 1.3 / 1.3.1 launch. > > You're probably better off re-binding events in these cases, or using > the LiveQuery plugin. > > --Karl
Karl, That makes sense as to what the problem is, I'm just a bit confused a to why it would behave differently on different machines running the exact same browser version. - Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
