On Sep 15, 1:06 am, hubbs <[EMAIL PROTECTED]> wrote: > I was reading a great post on learningjquery.com about event > delegation, and it gave an example of how to account for child/ > descendants that might get clicked.
See also my recent post to this thread: http://groups.google.com/group/jquery-en/browse_thread/thread/c39f52b6c5d1feac This is my way of handling event delegation on elements which may have child elements that get the actual event. Matt Kruse