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