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
There is another trick to get it done!!! Can you remove the myclass from the element and apply the height. Like
myclass
$('#divL3.myclass').removeClass('myclass').css('height', '0px');