[jquery-dev] Re: Event delegation and cancelling click events

2008-12-30 Thread Kurt Mackey
Woo! -Original Message- From: jquery-dev@googlegroups.com [mailto:jquery-...@googlegroups.com] On Behalf Of John Resig Sent: Tuesday, December 30, 2008 2:47 PM To: jquery-dev@googlegroups.com Subject: [jquery-dev] Re: Event delegation and cancelling click events Fixed. http

[jquery-dev] Re: Event delegation and cancelling click events

2008-12-30 Thread John Resig
Fixed. http://dev.jquery.com/changeset/6013 --John On Tue, Dec 23, 2008 at 12:46 AM, John Resig wrote: > Yeah, I agree that this is not ideal - thanks for spotting it, I'll > look in to it. > > --John > > > > On Mon, Dec 22, 2008 at 4:48 PM, Kurt Mackey wrote: >> >> The event delegation stuf

[jquery-dev] Re: Event delegation and cancelling click events

2008-12-22 Thread John Resig
Yeah, I agree that this is not ideal - thanks for spotting it, I'll look in to it. --John On Mon, Dec 22, 2008 at 4:48 PM, Kurt Mackey wrote: > > The event delegation stuff in jQuery seems extra tasty, particularly when you > have to deal with ghetto ad code written in the previous century.