Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Alert box UI/UX in javascript

License

NotificationsYou must be signed in to change notification settings

abhineetraj1/javascript-messagebox-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It is a simple repo containing code for creating customizable message boxes in web applications.

Guide

  • 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.

Demo

For live demo =Open this link

Languages used:-

HTML5css3javascript

Authors


[8]ページ先頭

©2009-2026 Movatter.jp