- Notifications
You must be signed in to change notification settings - Fork1
Alert box UI/UX in javascript
License
NotificationsYou must be signed in to change notification settings
abhineetraj1/javascript-messagebox-UI
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
It is a simple repo containing code for creating customizable message boxes in web applications.
- Link your html file to alert.js and alert.css
<script type="text/javascript" src="alert.js"></script><link rel="stylesheet" type="text/css" href="index.css">- For simple alert box UI, write :-
simple_alert("The message you want to deliver to your website user");This will will generate custom alert box, with title and message.
- For image alert box UI, write :-
custom_alert("The message you want to deliver to your website user","/path/to/folder/filename.jpg");This code will generate custom alert box, with image, title and message.
For live demo =Open this link
About
Alert box UI/UX in javascript
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published