Skip to content

A JavaScript Drop-Down Notification Library with No Dependencies

License

Notifications You must be signed in to change notification settings

ZacharyMcGee/jsAlert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

About

The goal of the jsAlert library is to provide simple drop-down alerts.

Installation

CDN:

JavaScript

<script src="https://www.jsalert.com/build/jsalert.min.js"></script>

CSS

<link rel="stylesheet" href="https://www.jsalert.com/build/jsalert.min.css"/>

Usage

Success Message

jsAlert.Success("Success Message!");

Error Message

jsAlert.Error("Error Message!");

Customized Message

jsAlert.Error('Customized Style', {
	style:{
	bgcolor:'#ff6327',
	border:'1px solid #e25823',
});

Docs

http://jsalert.com/docs.html

Live Example Builder

http://jsalert.com/examples.html

Contributing

Help make this better.