I have some html that looks like this:
- <div class="generated">
- <p><label for="id_group">Group</label> <select name="group" id=" id_group" tabindex="1">
- <option value="" selected="selected"></option>
- <option value="1">12S</option>
- <option value="2">13S</option>
- <option value="3">22SOI</option>
- </select></p>
- </div>
I want to make the label 'Group' to be a href. How can I modify that with jQuery?