I want to apply height for specific div using jquery but not able to override the \'!important\' keyword using jquery.
Here is
no use.suppose if i have some css properties in style attribure.it won't work.so please use below code
var styleAttr = $("#divAddDetailPans").attr('style');
$("#divAddDetailPans").removeAttr('style');
$("#divAddDetailPans").attr('style', styleAttr.replace('top: 198px !important', 'top: 78px !important'));