You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getValue method works perfectly, but for be setVisible fails for text fields and works for Radion type fields. My workaround is to use $(FIELD_NAME).parents().eq(2).toggle(X) selector to do it!