Hi,
I want to change all label box colors. How to change label box background color in jquery?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
vasanthasilvaryPosted Sep 30, 2013, 10:19 AM
Sunny SharmaPosted Sep 30, 2013, 8:02 AM
$('label').css({background:"green"})
Replace 'label' with your label selector and "green" with any color you want.