I am having trouble applying a style that is !important. I’ve tried:
!important
$(\"#elem\").css(\"width\", \"100px
Do it like this:
$("#elem").get(0).style.width= "100px!important";