摘要:
jQuery获取Select选择的Text和Value:语法解释:1.$("#select_id").change(function(){//code...});//为Select添加事件,当选择其中一项时触发2.varcheckText=$("#select_id").find("option... 阅读全文
摘要:
textbox:varstr=$('#txt').val(); $('#txt').val("SetLblValue"); //文本框,文本区域: $("#text_id").attr("value",'');//清空内容 $("#text_id").attr("value",'test');... 阅读全文
摘要:
textbox:varstr=$('#txt').val(); $('#txt').val("SetLblValue"); //文本框,文本区域: $("#text_id").attr("value",'');//清空内容 $("#text_id").attr("value",'test');... 阅读全文