[jQuery] how to access this?
Hi,
I have this:
<td ><label for="height">Height<br/>
<div>
<select name="height" id="height">
<option>78</option>
</select>inches</div>
</label></td>
How to access the word "Inches" and change it to something else?
Thanks.
A.C.