I have this label:
<div id="edit-my-radios-0-wrapper" class="form-item">
<label class="option" for="edit-my-radios-0">
<input id="edit-my-radios-0" class="form-radio" type="radio" value="0">
£25
</label>
What I want to change the value of using jQuery. Unfortunately, I can’t control how it is created, and with id, I’m not sure that you can even target.
Does anyone know how to target?
Thanks in advance.
source
share