[jQuery] Re: Custom Events and Propagation

2009-01-25 Thread Michael Bleigh
ditionsMet) >      $(this).trigger('customevent', [customData]); >    e.stopPropagation(); > > }); > > - ricardo > On Jan 25, 6:15 pm, Michael Bleigh wrote: > > > I am trying to define a custom event that may or may not fire after a > > given mouseup event. I want it to b

[jQuery] Custom Events and Propagation

2009-01-25 Thread Michael Bleigh
arent and triggering independently on the parent (because of the '*' selector). How can I write this in a way that it can bind to any element but prevent triggering for all parent elements during a single event with the exception of propagation? Thanks for any help, Michael Bleigh