/ Published in: jQuery
Expand |
Embed | Plain Text
$("#myId").find("option[value='myValue']").remove();
You need to login to post a comment.
JohnnyGamba on 01/25/11
1 person have marked this snippet as a favorite
$("#myId").find("option[value='myValue']").remove();
You need to login to post a comment.