As the title says, I want to remove the style
tag from the following code by JQuery
.
Code:
<div id="action_ligne" class="action_ligne">
<label class="lbl obligatorio checked" style="color: red;">Code postal</label>
<label class="obligatorio checked" maxlength="30" id="val_CL_ZIP" style="color: red;">NW8 9AY</label>
</div>
I forgot to clarify that this is inside a very extensive html document so they are not the only label within the Sun