I have:
<label for="gender" class="error">Choose</label>
I would like to add an id to this line via jQuery/javascript so the html would end up like:
<label for="gender" class="error" id="addthisid">Choose</label>
Is it possible? How can I do that?
Like this:
or:
or: