Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Global event triggering implicates calling all the event handlers bound for a certain event, on all available elements.
It is performed by calling jQuery.trigger() without passing any DOM element as context. It is nearly the same as calling trigger() on all the elements that have one or more bindings to the corresponding event, something like this: