This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
me.fakeAjax = function(options){ | |
var isValid = false; | |
var validationsResults = []; | |
if(options.data != null && options.data.form1 && options.data.form2 && options.data.form3){ | |
for(var form in options.data){ | |
$(form).each(function(){ | |
var validationMethod = this.validationMethod; | |
if(validationMethod){ | |
var validationRes = ValidationUtils[validationMethod](this.value); | |
validationsResults.push(validationRes); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"positionPk": 5, | |
"stepOne": { | |
"socialSecurityNumber": { | |
"fieldName": "socialSecurityNumber", | |
"selectedValues": [ | |
"Optional" | |
], | |
"options": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"positionPk": 5, | |
"stepOne": { | |
"socialSecurityNumber": { | |
"fieldName": "socialSecurityNumber", | |
"selectedValues": [ | |
"Optional" | |
], | |
"options": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "1", | |
"shortName": "BI", | |
"longName": "Bodily Injury", | |
"iterationType": "A", | |
"covDataType": "ccLib", | |
"limits": [ | |
"None", | |
"20/20", |