I haveacheckbox control with 3 options having the following values "Cloud"; "Server"; "Desktop"I want another control named "Whatkindofentryisthis" to be validated once 'Cloud' is among the options se...
This code doesn't seem to be working in javascript:var c= new Array(); NWF$('.visibilityClass' + ':checkBox:checked').each(function(i) { c.push(NWF$(this).attr("value)); alert(c); });orNWF$("#" + chkV...