A jQuery plugin to create customizable modal dialogs.
- Clone this repo
- Run
npm install
- Run
gulp
- jQuery >= 1.4
$("#selector").lazyModal();
to fire on event (click by default)$.lazyModal();
to fire automatically with no user interaction
A jQuery plugin to create customizable modal dialogs.
npm install
gulp
$("#selector").lazyModal();
to fire on event (click by default)$.lazyModal();
to fire automatically with no user interaction