I have the following code which I do not have access to.
What I want to do is add some text into the first option which is now empty. Text such as “Select Address”
<select name="My_Saved_Billing"
onChange="Choose_My_Saved_Billing(this.selectedIndex)" style="background-color:#EEEEEE">
<option></option>
<option value="1394">text</option>
</select>
If you want to find the empty option(s), not just the first one, use:
To get the option with specific content, use: