Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sheikalthaf/alertjs
- Owner: sheikalthaf
- Created: 2017-03-07T07:03:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:53:19.000Z (about 1 year ago)
- Last Synced: 2024-11-17T16:18:02.266Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 = 2dis: It is for auto closing alert or manual. Input must be in string
auto close = "s"
manual = "n"