$(function(){
$("select").(function(){
$(this).children("option").eq(0).attr("disabled","disabled");
});
});
Last active
December 28, 2015 14:29
-
-
Save namikuguri/7515096 to your computer and use it in GitHub Desktop.
[ select-option-disabled.md ]
mochixx
commented
Nov 17, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment