Skip to content

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

License

Notifications You must be signed in to change notification settings

ideaccum/org.ideaccum.jslib.jquery.floatcard

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published