html5_notification:HTML5通知API

时间:2021-04-29 22:39:42
【文件属性】:
文件名称:html5_notification:HTML5通知API
文件大小:4KB
文件格式:ZIP
更新时间:2021-04-29 22:39:42
JavaScript HTML5通知 在一个项目中,我想使用Web Notification API。 因此,我决定编写一个可用于使用Web Notification的jQuery插件。 HTML5 Notification使用 目前,FireFox和Safari使用的是W3C Notification的当前版本。 Chrome仍在webkitNotification上使用旧版本。 Internet Explorer仍然不支持通知。 (将在可用时实施) 有关浏览器支持的更多信息的链接,。 如何使用插件 初始化真的很容易html5Notification.init(); 但是,如果您需要一些配置选项,则可以使用下面的当前配置列表: The default settings { display_message: true, message: { supported_browser: 'Your br
【文件预览】:
html5_notification-master
----README.md(2KB)
----index.html(818B)
----jquery.html5_notification.js(7KB)

网友评论