jquery-reveal

jquery modal

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
jquery-reveal
3.0.16 years ago6 years agoMinified + gzip package size for jquery-reveal in KB

Readme

jquery-reveal
npm-installable fork of Reveal, a jquery-plugin modal

Instructions

Add a "data-reveal-id" attribute to the element that will dispatch the modal (typically an anchor or button).
When clicked the plugin matches the value of the "data-reveal-id" attribute (eg. "myModal") with an HTML element with that ID.
Basically, put the "data-reveal-id" attribute on an object and make it's value the ID of your modal.