Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sheikalthaf/alertjs

This a jquery alert for a website with multiple customization. It is in initial stage and also I'm working on free time
https://github.com/sheikalthaf/alertjs

Last synced: 15 days ago
JSON representation

This a jquery alert for a website with multiple customization. It is in initial stage and also I'm working on free time

Awesome Lists containing this project

README

        

# alertJS

This is jquery alert function for webapplication and it is developed to reduce timing of a developer to design and code for an alert

This is developed for one of my project and I love to share this with developer

just copy and paste the style.css file and alertJS.js file to your project

thats it go head and call the function

# alertJS(msg,flg,dis);

parameters description
msg: It is for your alert message
flg: It is for background color whether it is a
danger = 0
success = 1
info = 2

dis: It is for auto closing alert or manual. Input must be in string
auto close = "s"
manual = "n"