html表单默认方法值,jQuery表单设置值的方法

Title

$(function () {

$("input[type=button]:eq(0)").click(function () {

$("#single").val("选择2号");

});

$("input[type=button]:eq(1)").click(function () {

$("#multiple").val(["选择2号","选择3号"]);

})

$("input[type=button]:eq(2)").click(function () {

$(":checkbox").val(["check2","check3"]);//等同于$("input[type=checkbox]").filter(":eq(0),:eq(1)").attr("checked","checked")

$(":radio").val(["radio3"]);//等同于$("input[type=radio]").attr("checked","checked"),虽然是单选框,取值还是得用数组

});

});

选择1号

选择2号

选择3号

选择1号

选择2号

选择3号

选择4号

选择5号

多选1

多选2

多选3

多选4

单选1

单选2

单选3

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值