A popup control displays information or interactive content as an overlay.

Accessible Popup

Show me the Shakespeare Quote of the Day!

Bootstrap Syntax

<a href="#"
class="accPopup"
data-src="path/file.html#popupIdContent"
data-role="ContentRole"
data-autoposition="#"
data-offsetleft="#"
data-offsettop="#"
id="uniqueID"
> ... </a>

Or

<a href="#"
class="accPopup"
data-internal="popupIdContent"
data-role="ContentRole"
data-autoposition="#"
data-offsetleft="#"
data-offsettop="#"
id="uniqueID"
> ... </a>

Attributes