How to disable date picker for a specific field? Just use the code of: $("#you_field_ID").datepicker( "option", "disabled", true );
Post a Comment