当我将鼠标悬停在网站中的某个元素上时,我想显示带有标题的气球消息。我看到了 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