Код: Выделить всё
"use strict";
$('#update_profile').validate({
rules: {
FirstName: {
required: true,
maxlength: 20
},
image: {
required: true,
extension: "jep | jpeg",
filesize : 50000,
}
}
});
Подробнее здесь: https://stackoverflow.com/questions/330 ... tting-form
Мобильная версия