using !important and .css()
Hi Guys.
I'm using the following code to add a backgound color to an input box but the !important attribute is not being passed over
$('#colorpickerField1').css('backgroundColor', '#' + HSBToHex(col) + ' !important');
Any ideas?