jQuery

[jQuery] jQuery에서 css !important 적용법

cpu21 2018. 6. 17. 00:36

.css()메소드로는 !important 는 적용이 안됩니다.
.attr('style','속성 !important')을 이용


[출처] jquery의 css !important 적용 : http://front8062.tistory.com/28