Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10005400
    fabiomtl
    Participant

    How to open or close all toggles with one button?


    #10005411
    Support
    Keymaster

    Hello, unfortunately there’s no method to open all the toogles at once, but you can do something like this:

    $('.toogle label').trigger('click');

    It will work if all toggles comes closes by default.

    Kind Regards.


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.