2021年1月20日

layui问题整理

摘要: 1.多个checkbox同名时提交表单的处理 (1)提交表单的处理: //配置 var configs = ";";$("[name='config']").each(function(){ if($(this).prop("checked")){ configs += $(this).val() 阅读全文

posted @ 2021-01-20 16:05 webjlwang 阅读(307) 评论(0) 推荐(0)

导航