Off-canvas question

Hey guys. How do I call an Off-Canvas Element by pressing a button?

I found this thread but am sort of confused about how to implement this!

jQuery(function($){
$( document).on(‘click’, ‘.bookNow’, function(e) {
e.preventDefault();
$(’.robertCalendar’).click();
});
});

Which class bookNow should be?

Thanks.

Hi @Robert,

Thanks for reaching out.
To open an Off Canvas using a Button, please go through the following thread which will help you achieve that.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.