SyntaxFix
Write A Post
Hire A Developer
Questions
I've read all the answers and many have been deprecated.
This is how currently you can clear and set the place holder value:
// Clear and put a blank select placeholder $("#MySelect").prop('disabled', false).find("option:gt(0)").remove();