如何使用 jquery 遍历复选框列表?
这是代码...
$("input:checked").parent().find("strong").text();
试过这个,但没有工作......
$("input:checked").parent().find("strong").text().each(function()
{
alert(this);
});
如何使用 jquery 遍历复选框列表?
这是代码...
$("input:checked").parent().find("strong").text();
试过这个,但没有工作......
$("input:checked").parent().find("strong").text().each(function()
{
alert(this);
});