首页 > Web开发 > 详细

Tooltip jqueryui

时间:2014-03-03 22:27:40      阅读:591      评论:0      收藏:0      [点我收藏+]

 (文章是从我的个人主页上粘贴过来的,大家也可以访问我的主页 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里的内容就是点击文本框后浮动提示的内容

Tooltip jqueryui,布布扣,bubuko.com

Tooltip jqueryui

原文:http://www.cnblogs.com/iwangzheng/p/3578085.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!