当打开表单时,光标与帮助文本一起在文本框中等待。因此发生了一些验证错误。所以我不想在打开表单时获得焦点,用户必须单击文本并键入文本。但是这里没有任何onfocuseventthoughcursorinthetextbox。if(!$.trim($("#productsTextArea1").val())){helpTip="helpstring....";$("#productsTextArea1").val(helpTip);$("#productsTextArea1").css("color","#999");$("#productsTextArea1").click(functi