- From: Garrett Smith <dhtmlkitchen@gmail.com>
- Date: Mon, 14 Jul 2008 12:40:19 -0700
On Mon, Jul 14, 2008 at 12:39 PM, Garrett Smith <dhtmlkitchen at gmail.com> wrote: > On Mon, Jul 14, 2008 at 11:36 AM, Brady Eidson <beidson at apple.com> wrote: > // captures bubbled change. > aForm.addEventListener("change", formChanged, false); > > // doesn't capture bubbled change. > aForm.onchange = attributeChanged; > IN retrospect, 'capture' was probably not the best term to use here. > > Garrett > >> ~Brady >> >
Received on Monday, 14 July 2008 12:40:19 UTC