Answers for "css more important"

CSS
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

Browse Popular Code Answers by Language