Forum Discussion
MrY
8 years agoCommunity Member
JavaScript Tricks for Articulate Storyline 3/360 show/hide menu
Has anyone got the show/hide menu to work here on the Elearning Brothers website?
I've tried attaching the code to a button but nothing seems to happen
Thanks
JonasSeemann-f1
4 years agoCommunity Member
This works perfect for me:document.querySelector('.menu-icon-wrapper').click();
I think they removed jQuery.
MathNotermans-9
4 years agoCommunity Member
JQuery has been removed quite a while ago. Either add it yourself or use Vanille Javascript without jQuery.