摘要:
1 var fbp = false; 2 $("#groupsjname").live("focus",function() { 3 $(this).css("border", "1px solid #4489d1"); 4 fbp = true; 5 if ($(this).val() == "" || $(this).val() == "输入商家名称") {$(this).val(""); } 6 }).blur(function(){ 7 if ($ 阅读全文