How Can We Help?
- 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" />
$("#myElement").css('border','1px solid #FF0066');
<input style="1px solid #FF0066" id="myElement" />