M
meyrick
Guest
Thanks for all the help. This was what i used to get the code to work: if (Appery('cboType').val() == '13') { Appery('cboBadgeType').parent().show(); } else { Appery('cboBadgeType').parent().hide(); }
Continue reading...
Continue reading...