Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
function lockReplaced(){
var subFormPrefixes = nuSubFormArray('replaced_subform');
for (var index in subFormPrefixes){
if ($('#'+subFormPrefixes[index]+'replaced_deliv').val()=='1'){
$('#'+subFormPrefixes[index]+'replaced_deliv').attr('readonly',true);
}
}
}