Open attreid opened 7 years ago
Update: its not problem with toggle, but when I use jquery 3, sometimes live validation work and sometimes not.
Update: its not problem with toggle, but when I use jquery 3, sometimes live validation work and sometimes not.
I am using jquery 1.12.4 and toggle still doesn't work
for example multi toggle doesn't work at all, only one toggle will be showns / hidden.
->addCondition($form::EQUAL, TRUE) ->toggle('frm_confirm_yes',FALSE) ->toggle('frm_u_businessName') ->toggle('frm_u_firstName') ->toggle('frm_u_lastName');
only 'frm_confirm_yes' hides and the rest stay hidden.
EDIT: problem occurs when you use one or more toggles to hide and others to show or vice versa
This code work with original netteForms.js