首页 > 代码库 > JS Message 网页消息提醒
JS Message 网页消息提醒
JS message是一个非常小的(用gzip压缩之后才3kb)JavaScript library 用于轻松在网页上展示通知提醒。除了通知,它还支持创建带风格的对话框和确认对话框。不需要任何JS框架。每一种消息类型(除了通知提醒)都拥有回调事件用于实现可定制的交互功能。消息外观也通过CSS自定义。
支持大部分浏览器除了IE6。
项目地址: http://dhtmlx.github.com/message/
下载地址: https://github.com/DHTMLX/message
Custom notifications, alerts, confirmations
This library was extracted from the code of DHTMLX suite.
The library can be used under terms of MIT license (basically free).
Only 4kb gzipped, without external dependencies.
DownloadLatest version from GitHub
Examples
dhtmlx.confirm({ type:"confirm", text: "Continue?", callback: function(result){ dhtmlx.message("Result: "+result); }});//ordhtmlx.confirm("Continue?");
dhtmlx.alert({ text: "Download is completed.", callback: function(){ dhtmlx.message("Alert clicked"); }});//ordhtmlx.alert("Download is completed.");
See it in action
DHTMLX is a JavaScript library that provides essential functionality
JS Message 网页消息提醒
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。