文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>jquery title 插件...

jquery title 插件...

时间:2010-08-06  来源:piperzero



兼容ie6/7/8、firefox2/3、Opera、safari;
字体颜色和大小可以任意修改;
JQ代码
$("#name").fmTitle({
style:"yellow",
color:"#757168",
size:"12px"
});

<img src="images/dengpao.gif" align="absmiddle" id="name" content="填写你的姓名,最少要填2个汉字,最多只能填写8个汉字" />

解释
style:默认风格是yellow 可选择 yelow,red。
color:提示框里面字体颜色。
size:提示框里面字体大小。

本例完整代码
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<link rel="stylesheet" href="css/fm.css" type="text/css" charset="utf-8" title="main" />
<title></title>

<script src="js/jquery-1.4.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.7.2.custom.min.js"></script>

<script src="js/jquery.fm.js"></script>

<script language="javascript">
$().ready(function(){
$("#name").fmTitle({
style:"yellow",
color:"#757168",
size:"12px"
});
$("#email").fmTitle({
style:"red",
color:"#757168",
size:"12px"
});


})
</script>

</head>

<body >

<div id="main">
<h3>&nbsp;</h3>
<div class="div">

<p>
姓名:<input name="Input2" type="text" style="width:100px" class="input_text_link" onmouseover="this.className='input_text_hover'" onmouseout="this.className='input_text_link'" /> <img src="images/dengpao.gif" align="absmiddle" id="name" content="填写你的姓名,最少要填2个汉字,最多只能填写8个汉字" /><br /><br />
邮箱:<input name="Input2" type="text" style="width:100px" class="input_text_link" onmouseover="this.className='input_text_hover'" onmouseout="this.className='input_text_link'" /> <img src="images/dengpao.gif" class="title" id="email" content="电子邮箱的正确格式是:用户名@域名,例如[email protected][email protected]等形式" /><br /><br />
</p>
</div>
</div>

</body>
</html>
专用JS文件
http://www.corange.cn//uploadfiles/js0806_22579.rar

原文地址:http://www.corange.cn/archives/2010/08/3676.html
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载