[jQuery] Re: Trigger event for children on parent element remove event

2009-02-25 Thread comslash.com
I would check out the livequery plugin. http://docs.jquery.com/Plugins/livequery On Feb 25, 5:26 pm, sliver wrote: > Is there a way to trigger an event one element when another element is > say, removed or hidden? In other words, maybe a way to register any > number of elements to another eleme

[jQuery] Re: Trigger event for children on parent element remove event

2009-02-25 Thread brian
You can register a callback function on the first element that will then fire an event on some other element if it exists. On Wed, Feb 25, 2009 at 5:26 PM, sliver wrote: > > Is there a way to trigger an event one element when another element is > say, removed or hidden? In other words, maybe a w