Hide unhide field
-
I am using a button onclick event to show a field like this:
jQuery('.cff-container-field.hide').removeClass('hide');
Which works fine, and I want to hide it again clicking a different button to which I have assigned:
jQuery('.cff-container-field.hide').addClass('hide');
But this does not hide the field, it does nothing. I have tried it with both operations in the same button and it still doesn’t work, have I got something incorrect?
Thanks
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hide unhide field’ is closed to new replies.