Forum Post: RE: Hide/Show Controls

  • Thread starter Thread starter meyrick
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top