Thanks! Loving nightly. Totally ripped out livequery now thanks to the
live event receiving data and working with submit.

On Jul 16, 10:47 am, John Resig <jere...@gmail.com> wrote:
> Oh wow, that's way out of date. Fixed!
>
> --John
>
>
>
> On Thu, Jul 16, 2009 at 10:35 AM, jnunemaker <nunema...@gmail.com> wrote:
>
> > I went tohttp://docs.jquery.com/Downloading_jQueryand clicked on the
> > first nightly link. It linked to:
> >http://code.jquery.com/nightlies/jquery-nightly.js.
> > Odd. I'll try out the one you linked to. I'm sure that will get me
> > going.
>
> > On Jul 16, 10:14 am, John Resig <jere...@gmail.com> wrote:
> > > Hmm - which nightly are you running? That change appears in the source
> > for
> > > me.http://code.jquery.com/jquery-nightly.js
>
> > > --John
>
> > > On Wed, Jul 15, 2009 at 9:31 PM, jnunemaker <nunema...@gmail.com> wrote:
>
> > > > Ticket #4532 (Live event handlers don't receive custom event data) is
> > > > closed but I just downloaded nightly and the bug seems to still be
> > > > present for me.
>
> > > > In the fix that closed #4532http://dev.jquery.com/ticket/4532the
> > > > following line in liveHandler:
>
> > > >  if ( this.fn.call(this.elem, event, this.fn.data) === false )
>
> > > > was changed to:
>
> > > >  if ( this.fn.apply(this.elem, args) === false )
>
> > > > where args is equal to arguments and set towards the top. When I make
> > > > this change, everything works as expected, but somewhere between
> > > > changeset #6325http://dev.jquery.com/changeset/6325andnow it
> > > > appears to have regressed.
>
> > > > I put a quick demo page up:
> > > >http://static.railstips.org/jquery-bug/
>
> > > > If I'm doing something wrong in the demo, let me know. It seems like
> > > > what I'm doing is intended behavior and that it isn't working because
> > > > of a bug.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@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