Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.34 KB

README.ja.md

File metadata and controls

45 lines (32 loc) · 1.34 KB

JqueryPushNotification

概要

このライブラリはNotificationAPIをjQueryで使用できるようにしたものです。

デモ

もっともシンプルな使用例は以下のように書きます

$.notify("body")

デモサイト

使い方

このライブラリを使用するにはjQueryが必要になります

<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>

エッジを使いたいのであればrawgitからインクルードしてください

<script src="https://rawgit.com/asmsuechan/jquery_push_notification/master/push_notification.js"></script>

.minファイルも使用できます

<script src="https://rawgit.com/asmsuechan/jquery_push_notification/master/push_notification.js"></script>

もっと見る

MDN Notification API

Contribution

バグや改善点を見つけたらいつでもプルリクエストを送ってください!

みなさんのプルリクエストをお待ちしております!

Licence

MIT

作者

asmsuechan