so I did this
//////////////////////////////////////
$('document').ready(function () {
$(":input[id^=chkListblah_]").each(
function
() {
$(this).get(0).parentElement.style.whiteSpace
= "nowrap";
}
);
});
//////////////////////////////////////
No comments:
Post a Comment