I have the following label:
<label id="TWCv6" style="display:none">TWC</label>
I want to access it using its id plus Label selector to set its css. How can I do it?
Something like $('label .TWCv6')
. Also I don't want to access using For
attribute of the label.