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