Deligate
Simple event delegation
Currently only supports browsers with the Element.prototype.matches
method
API
var deligate = ;
deligate
documentbody; // ... more likely var handler = ; documentbody; // ... laterdocumentbody;