Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You need to trigger an event on a certain element (or many). This element belongs to one or more plugins so it may have event handlers bound to this event.
The problem is that this event is a common one, like click or mousedown. Simply triggering the event could run other event handlers that you didn’t expect.