Material Design Alert Pop-up (Simple)
Simple to use Alert based on Material Design.
Dependencies: JQuery
Google CDN Link: https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js
Microsoft CDN: https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.2.1.min.js
How to Link or Download JQuery?
How To Use:
- Include the dependency (jquery).
- Link the files: md-alert.css and md-alert.js from dist folder.
- Call the function mdalert.alert(title,text); when required.
How to Link a .js file?
https://rawgit.com/dipsraj/md-alert/master/docs/css/md-alert.css
https://rawgit.com/dipsraj/md-alert/master/docs/js/md-alert.js
Usage Example:
mdalert.alert("Success","File Upload Complete");
Demo:
Demo md-alert
Screenshot: