🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Floatcard is an easy-to-use jQuery popup message plugin which helps you create floating or static notification messages as an alternative to the native browser popup box.

Notification toast-message

Documentation

jQuery Floatcard Plugin

jQuery Floatcard Pluginは、メッセージやブロック要素をコンテンツ上にフロート表示するjQueryプラグインです。

Quick Start

<!--<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.min.js"></script>--> <!--<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.4.min.js"></script>--> <script type="text/javascript" src="https://code.jquery.com/jquery-3.4.1.min.js"></script> <script type="text/javascript" src="jquery.floatcard.js"></script> <link type="text/css" rel="stylesheet" href="jquery.floatcard.css">
$(function() {   // メッセージ文字列直接指定   $.floatcard("message");      // 要素指定によるフロート表示   $("#element").floatcard(); });

Source Code

最新のプログラムソースはすべてGitHubで管理しています。

License

プログラムソースはMIT Licenseです。

Copyright

Copyright (c) 2019 Hisanori Kitagawa


You May Also Like