Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
K
kiaisoft_training
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TTS Tran Viet Anh
kiaisoft_training
Commits
8ca88df6
Commit
8ca88df6
authored
Oct 30, 2022
by
TTS Tran Viet Anh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update validation
parent
52fa7d36
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
43 deletions
+0
-43
upload-form.blade.php
resources/views/upload-form.blade.php
+0
-43
No files found.
resources/views/upload-form.blade.php
View file @
8ca88df6
...
@@ -199,49 +199,6 @@ class="form-control @error('numberOfQuestion') is-invalid @enderror" placeholder
...
@@ -199,49 +199,6 @@ class="form-control @error('numberOfQuestion') is-invalid @enderror" placeholder
}
}
});
});
//validate form
// $("#uploadForm").validate({
// rules: {
// category: "required",
// name: "required",
// fee: {
// required: true,
// number: true,
// min: 2
// }
// level: "required",
// numberOfQuestion: {
// required: true,
// number: true,
// min: 2
// },
// time: {
// required: true,
// number: true,
// min: 2
// },
// },
// messages: {
// category: 'Hãy chọn danh mục!',
// name: 'Hãy nhập tên đề thi',
// fee: {
// required: 'Hãy nhập phí thi',
// number: 'Hãy nhập phí thi bằng một số',
// min: 'Phí thi không được nhỏ hơn 0'
// },
// level: 'Hãy chọn mức độ',
// time: {
// required: 'Hãy nhập thời gian thi',
// number: 'Hãy nhập thời gian thi bằng một số',
// min: 'Thời gian thi không được nhỏ hơn 0'
// },
// numberOfQuestion: {
// required: 'Hãy nhập số câu hỏi',
// number: 'Hãy nhập số câu hỏi bằng một số',
// min: 'Số câu hỏi không được nhỏ hơn 0'
// },
// }
// });
})
})
</
script
>
</
script
>
@
endsection
@
endsection
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment