var employmentStatusSelect = document.getElementById('mainForm:cont_appRequest_customers__0_employmentStatus:decoin:appRequest_customers__0_employmentStatus');
employmentStatusSelect.removeEventListener('change', trackEmploymentStatusSelect);
employmentStatusSelect.addEventListener('change',trackEmploymentStatusSelect);
function trackEmploymentStatusSelect (){
var esSelVal = event.target.value;
console.log(" event.target.value ==> " + event.target.value);
if(esSelVal != ""){
console.log("employmentStatusSelect ==> " + event.target.value);
} else {
console.log("employmentStatusSelect will not report");
}
};
var startCurrentJobInput = document.getElementById('mainForm:cont_appRequest_customers__0_records_ichabod_fields__0_columns_start_job:decoin:appRequest_customers__0_records_ichabod_fields__0_columns_start_job');
startCurrentJobInput.removeEventListener('blur', trackStartCurrentJobInput)
startCurrentJobInput.addEventListener('blur', trackStartCurrentJobInput);
function trackStartCurrentJobInput(){
var scjVal = event.target.value;
console.log(" event.target.value ==> " + event.target.value);
if(scjVal != ""){
console.log("startCurrentJobInput ==> " + event.target.value);
} else {
console.log("startCurrentJobInput will not report");
}
};
Thanks!
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.