I want to apply height for specific div using jquery but not able to override the \'!important\' keyword using jquery.
height
\'!important\'
jquery
Here is
$('#divL3.myclass').attr('style', 'height:0px !important');
Would something like the above work?