Clicking on the anchor opens the dialog. Clicking "close" or outside the dialog closes it. Clicking inside the dialog stops the propagation.
example 1.1Hovering over this anchor will make the dialog appear. This also uses the 'slide' effect for demoing purposes. You can mix and match eventTypes and animations. If you happen to move too quickly and the mouse lands on the dialog, it will stay open until your mouse leaves the dialog area.
example 2You can trigger a dialog not through an anchor, but you must define the target through the options.
example 3
Multiple triggers can show the same dialog content. No options necessary!
example 4.1 example 4.2There are open and close callback functions available as well.
example 5