I have a CSS class named .co_dcrTable_Header with the following CSS:
.co_dcrTable_Header {
color: #212121;
display: block;
max-height: 60px;
overflow: hidden;
padding: 2px 0;
}
Is there a way to remove the overflow property with jQuery?
$(".co_dcrTable_Header").css("overflow","whateverYouWantItToBe");(leave blank to erase the property) should work