时间:2021-07-01 10:21:17 帮助过:19人阅读
//设置文本框和密码框得到焦点时的样式 $("#tblReg input[type=text],#tblReg input[type=password]").focus(function () { $(this).addClass("myFocus"); }).blur(function () { $(this).removeClass("myFocus"); });
相信看了本文案例你已经掌握了方法,更多精彩请关注Gxl网其它相关文章!
推荐阅读:
jQuery监控文本框事件并处理步骤详解
jquery实现点击label触发文本框事件功能
jQuery动态操作Table单元格
以上就是JQuery设置文字框获取焦点样式(附代码)的详细内容,更多请关注Gxl网其它相关文章!