(文章是从我的个人主页上粘贴过来的,大家也可以访问我的主页 www.iwangzheng.com)
http://jqueryui.com/tooltip/
<meta charset="utf-8">
<title>jQuery UI Tooltip - Default
functionality</title>
<link rel="stylesheet"
href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
<script
src="//code.jquery.com/jquery-1.9.1.js"></script>
<script
src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<link rel="stylesheet"
href="/resources/demos/style.css">
<script>
$(function() {
$( document ).tooltip();
});
</script>
<input id="age" title="We ask for your age only for statistical
purposes.">
title里的内容就是点击文本框后浮动提示的内容