Developer's Blog
var
$ctrls = $(
"[id*=CheckBoxList1] input:checkbox"
);
$(
"[id*=CheckBoxList1] input:checked"
).each(
function
() {
alert($ctrls.index($(
this
)));
});
No comments:
Post a Comment