cblPromoteSports is the checkboxlist, if the 7th item is checked then show a div, otherwise hide the div.
if ($($(“[id*=cblPromoteSports]”)[7]).attr(“checked”) == true) $(“#divExplain1”).show(); else $(“#divExplain1”).hide();
A reader, writer, photographer and music lover.
if ($($(“[id*=cblPromoteSports]”)[7]).attr(“checked”) == true) $(“#divExplain1”).show(); else $(“#divExplain1”).hide();