$(function(){ $("input:first").bind("focus",function(){ $("span:first").show()}) $("input:eq(1)").bind("focus",function(){ $("span:eq(1)").show()}) $("input:eq(2)").bind("focus",function(){ $("span:eq(2)").show()}) $("input").bind("blur",function(){ $("span").hide()}) })
点击一下文本框,出来一个提示<span>内容,聚焦事件怎样简化,能不能简化为一个表达式
echo_kinchao
荼酒
相关分类