jQuery [JS] jQuery css 메소드로 style 수정시 !important는 적용이 안됩니다. jQuery로 아래와 같이 css style을 강제적으로 적용하는 !important 를 설정하는 경우 $('div').css('color', '#eee !important'); 예상과는 달리 !important 가 적용이 안될뿐만 아니라 color: #eee 도 적용되지 않습니다. 아마