<!-- disable form first dropdown option --> <script type="text/javascript"> $( "form option:first-child" ).attr("disabled","disabled"); </script>