bigSlide.js icon indicating copy to clipboard operation
bigSlide.js copied to clipboard

Close without clicking

Open koto4 opened this issue 8 years ago • 0 comments

I am checking for breakpoints and when my body class is "sm", I want to trigger the menu to close automatically. How do I call this action? I want it to be something like:

if (viewport.is('sm')) {
   //close here
}

koto4 avatar Sep 20 '17 02:09 koto4