• Hi,
    is there someone who found how to toggleClass ‘pojo-a11y-toolbar-open’ with a link using jquery.
    All the best.

Viewing 1 replies (of 1 total)
  • Thread Starter trint

    (@trint)

    Hello,
    I found by myself.
    You can close the ticket.
    If it can help someone ??

        $('.accessibility').click(function(e){
             $('#pojo-a11y-toolbar').toggleClass("pojo-a11y-toolbar-open");
             e.stopPropagation();
        });

    Best

Viewing 1 replies (of 1 total)
  • The topic ‘Toggle open with link’ is closed to new replies.