JS message is a very small (3kb after gzip compression)JavaScript library used to easily display notification reminders on Web pages. In addition to notifications, it also supports the creation of styled dialog boxes and confirmation dialogs. No JS frame is required. each message type (in addition to notification reminders) has callback events that are used to implement customizable interaction functionality. The message appearance is also customized through CSS.
support for most browsers except IE6.
Project Address: http://dhtmlx.github.com/message/
: https://github.com/DHTMLX/message
Custom notifications, alerts, confirmations
This library is extracted from the code of DHTMLX Suite.
The library can be used under terms of the MIT license (basically free).
Only 4kb gzipped, without external dependencies.
Downloadlatest version from Githubexamples
Dhtmlx.Confirm({Type: "confirm" , Text: "Continue?" , Callback: function< Span class= "pun" > (result Dhtmlx.message ( "Result:" +result< Span class= "pun"); }}); //ordhtmlx. Confirm (
dhtmlx. Text: " Download is completed. " , Callback: function< Span class= "pun" > () { Dhtmlx. Message "Alert clicked" }}); //ordhtmlx. Alert
See it in action
Skin DefaultGrowl-darkGrowl-shinySolidSkyblue Message Alert Confirm Modal Box
DHTMLX is a JavaScript library that provides essential functionality
JS Message page Alert