Feldvalidatoren wurden für alle Desktop- sowie Mobilansichten eingerichtet.
This commit is contained in:
17
Scripts/ValidateForm CustomsAviso.js
Normal file
17
Scripts/ValidateForm CustomsAviso.js
Normal file
@@ -0,0 +1,17 @@
|
||||
$().ready(function(){
|
||||
$("#commentForm").validate({
|
||||
rules: {
|
||||
txt_LKWNr: "*",
|
||||
txt_KdNrAuftrag: "*",
|
||||
txt_Absender: "*",
|
||||
txt_Empfaenger:"*"
|
||||
}
|
||||
}),
|
||||
messages: {
|
||||
|
||||
txt_LKWNr: "Bitte LKW-Nr angeben.",
|
||||
txt_KdNrAuftrag: "Bitte einen Auftragsnummer angeben",
|
||||
txt_Absender: "bitte ",
|
||||
txt_Empfaenger: "*"
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user