The jQuery Validation plugin is used to validate the form. The form has a select field type (name = "city"), in which there is a list of three values: "Select", "Moscow", "St. Petersburg". Tell me how to set the rules for the city, so that it is not equal to "Select"?

    1 answer 1

    For "Выбрать" put value="" and set the rule "required"

    Like that

    • mantigatos, thanks. - Polita