Gator 1.2.4

DOM event delegation is a technique of responding to events via a single common ancestor rather than each child descendant. This is done mainly through the usage of event propagation, also known as even bubbling.The Gator library provides a simple system...