Hi - I'd like to be able to select a specific option within a dropdown list in order to manipulate it. For example,
$("#mylist > option14").replaceWith(<option value="option155">New Option</option>
How can I do this?
Selecting through the child
selector doens't seem to work.
Thanks.