继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

jq 获取文本框焦点

android也疯狂
关注TA
已关注
手记 279
粉丝 39
获赞 243

         
jq 获取文本框焦点  和 当文本框失去焦点时


<input type="text" value="请输入照片标签" onfocus="theforever_csdn1(this);" onblur="theforever_csdn2(this);"><input type="text" value="请输入照片标签" onfocus="theforever_csdn1(this);" onblur="theforever_csdn2(this);"><input type="text" value="请输入照片标签" onfocus="theforever_csdn1(this);" onblur="theforever_csdn2(this);"><input type="text" value="请输入照片标签" onfocus="theforever_csdn1(this);" onblur="theforever_csdn2(this);"><script type="text/javascript">
function theforever_csdn1(obj)
{
      obj.oldVal=obj.value;
      obj.value="";
}
function theforever_csdn2(obj)
{
      obj.value=obj.oldVal;
}
</script>

打开App,阅读手记
0人推荐
发表评论
随时随地看视频慕课网APP