This can be done by using the css JQuery function. Read more
An example is
$("#myElement").css('border','1px solid #FF0066');
The example above will produce the following
<input style="1px solid #FF0066" id="myElement" />
This can be done by using the css JQuery function. Read more
An example is
$("#myElement").css('border','1px solid #FF0066');
The example above will produce the following
<input style="1px solid #FF0066" id="myElement" />