jQuery(document).ready(function($) { $(".no-time option:first").attr("disabled", "disabled"); // This disables the first option. Adjust selector for other options. });
Back to top