Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Working on a B-tree form. Reply To: Working on a B-tree form.

#183645
nixnerd
Participant

See here:

//Adds event listener to parent
form.addEventListener( 'click',stateHandler );

Is this for purposes of event delegation?