Click Helper
You can use this just like any other jQuery selector to bind click events that toggle the Panel to any element.
$('#scotch-panel').scotchPanel({
clickSelector: '.toggle-panel, #unique-toggle',
containerSelector: 'body',
direction: 'right',
duration: 300,
transition: 'ease',
distanceX: '70%',
enableEscapeKey: true
});