jQuery获取html表单数据总结 上传者:小白很白吗 2020-09-01 16:19:33上传 TXT文件 1.27KB 热度 57次 jQuery获取表单数据总结: 获取值: 文本框,文本区域:$("#txt").attr("value"); 多选框checkbox:$("#checkbox_id").attr("value"); 单选组radio: $("input[@type=radio][@checked]").val(); 下拉框select: $('#sel').val(); ........ ... 下载地址 用户评论 更多下载 下载地址 立即下载 用户评论 发表评论