if($("input[name='sname']").val()==""){ //$("input[name='sname']").val() 是查找名字为sname的input的值$("input[name='sname']").focus();}