🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A lightweight and multi-functional jQuery plugin used to create modal windows, dialog popups and loading overlays for Material Design Lite (MDL).

Modal popup Dialog Material-Design

Documentation

Material Design Light jQuery Modal Dialog

Basic modal dialogs using MDL and jQuery

Dependencies

Usage / Configuration

showDialog({     id: 'dialog-id',     title: 'Title',     text: 'Text',     negative: {         id: 'cancel-button',         title: 'Cancel',         onClick: function() { ... }     },     positive: {         id: 'ok-button',         title: 'OK',         onClick: function() { ... }     },     cancelable: true,     contentStyle: {'max-width': '500px'},     onLoaded: function() { ... },     onHidden: function() { ... } });

Most parameters are optional.

Demo

License

© Oliver Rennies, 2015. Licensed under an MIT license.


You May Also Like