Auto layouting balloon popover always inside window for jQuery.
To help creating your webapp editor window, balloon popover of charactor speech, etc.
常に画面外にはみ出さない吹き出しを出すプラグインですクマ
$("#sakana").on("mousedown touchstart", function(e){ $(this).smartPopover( "<div class=bigfont>Drag me!</div>" ); });
$("#sakana2").on("mousedown touchstart", function(e){ $(this).smartPopover( "<div class=midfont >MetroUI style</div>", { "background-color":"#48b1f2", "border-radius": 0 } ); });
$("#sakana3").on("mousedown touchstart", function(e){ $(this).smartPopover( "<div class=whitefont >Black and Narrow arrow</div>", { "background-color":"#333", "arrowsize": 30, "arrowwidth": 7 } ); });