Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 383 Bytes

trigger-event.rst

File metadata and controls

13 lines (9 loc) · 383 Bytes

Trigger Event

There are two ways to trigger the display of an item corresponding to a hotspot. When the hostpot is clicked or when it is hovered. Default behavior is hover. You can override this behavior via the options.
var options = {
  triggerEvent: 'click'
};

$("#my-interactive-image").interactiveImage(items, options);