Alright thanks for all the help, good information to know :) On Sep 13, 2:53 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Michael Geary schrieb:> If you need event handlers on the elements, assign a > single event handler to the table and use event bubbling to catch events for > > all of the elements at once. See an earlier post of mine for details: > > >http://groups.google.com/group/jquery-en/msg/785b404914c25511 > > Hey Mike, > > I made an attempt to document event delegation a bit > here:http://docs.jquery.com/Types/Event#target > I'm sure we could improve that a lot, your help is appreciated. > > -- Jörn