サイト内の要素にカーソルを合わせたときに、タイトル付きのバルーン メッセージを表示したいと考えています。jQuery コードが表示されますが、正しい方法で使用したかどうかわかりません。
これは私のコードです:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
</script>
<script type="text/javascript" src="./js/jquery.balloon.js">
</script>
<script>
$(document).ready($(function() {
$('#style1').balloon({ position: "bottom right"});
});
</script>
</head>
<body>
<div id="wrap">
<button id="style1" onclick="getValue('./CSS/style1.css')">style1</button>
</div>
</body>
私が使用したこのリンクを手伝ってもらえますかhttp://file.urin.take-uma.net/jquery.balloon.js-Demo.html