homepagePHP/www/Public/static/libs/jQuery.msgBox
Luthics 9cdedd63aa Initial commit 2023-08-30 16:25:41 +08:00
..
examples/alert Initial commit 2023-08-30 16:25:41 +08:00
images Initial commit 2023-08-30 16:25:41 +08:00
scripts Initial commit 2023-08-30 16:25:41 +08:00
styles Initial commit 2023-08-30 16:25:41 +08:00
.gitattributes Initial commit 2023-08-30 16:25:41 +08:00
.gitignore Initial commit 2023-08-30 16:25:41 +08:00
README.txt Initial commit 2023-08-30 16:25:41 +08:00
bower.json Initial commit 2023-08-30 16:25:41 +08:00

README.txt

jQuery.msgBox is a plug-in to make smarter displaying messages. Also usage of the plug-in is so easy. You just need to add following files to your page as shown below and the images named 'alert.png', 'confirm.png', 'error.png', 'info.png', 'msgBoxBackGround.png' used by plug-in to 'Images' folder in the root directory.

<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="scripts/jquery.msgBox.js" type="text/javascript"></script>
<link href="styles/msgBoxLight.css" rel="stylesheet" type="text/css">

See how to use at http://dotctor.github.io/jQuery.msgBox/

Currently, this code is **not maintained**.
Alternatives such as bootstrap are recommended.
See http://getbootstrap.com/javascript/#modals for modals in bootstrap.
Nevertheless, we welcome pull requests.