Answers for "override important css"

0

css important override

td {height: 50px !important;}
Posted by: Guest on October-08-2020
0

override important css

/* Override CSS with existing !important rule */
$(document).ready(function() {
    $('#ID').attr('style', 'background: #095540 !important;');
});
Posted by: Guest on October-09-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language