摘要: 1、focus事件:当元素获得焦点时,触发 focus 事件。 blur事件:当元素失去焦点时触发 blur 事件。 $("#txt").blur(function() { $(this).val("账号") }) $("#txt").focus(function() { $(this).val(" 阅读全文
posted @ 2021-11-05 19:05 烈焰杀神小军 阅读(59) 评论(0) 推荐(0)