jqueryを使用してチェックボックスのリストをループする方法は?
これがコードです...
$("input:checked").parent().find("strong").text();
これを試しましたが、機能しませんでした...
$("input:checked").parent().find("strong").text().each(function()
{
alert(this);
});