7万
861
32万
论坛元老
搜索文本框焦点离开时设置文本,位置跳动问题 复制代码代码如下: //搜索文本框 $("#txtSearch").focus(function () { if ($(this).val() == "请输入搜索关键字") { $(this).val(""); $(this).css("color", "black"); } }).blur(function () { if ($(this).val() == "") { $(this).css("color", "gray").val("请输入搜索关键字"); } }); 在css中加入 复制代码代码如下: #txtSearch { width:480px; height:20px; vertical-align:middle; }
使用道具 举报
0
2万
中级会员
3
156
注册会员
4
316
12
431
1万
107
58
29
194
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|网站地图|源码论坛 ( 海外版 )
GMT+8, 2025-1-18 18:53 , Processed in 0.460143 second(s), 21 queries .
Powered by Discuz! X3.4
Copyright © 2001-2020, Tencent Cloud.