JQuery CSS Adicionar importante
$('#elem').attr('style', 'width: 100px !important');
Witty Wasp
$('#elem').attr('style', 'width: 100px !important');
$('#cssTest').css('cssText', function(i, v) {
return this.style.cssText + ';border-color: blue !important;';
});