simple-sidebar

simple-sidebar

left

Press the icon in the top left corner of this page to run simple-sidebar.

Read the entire set-up guide <a href="./index.html#getting-started

simple-sidebar left options

$( document ).ready(function() {
	$('#sidebar').simpleSidebar({
		opener: '#toggle-sidebar',
		wrapper: '#main',
		animation: {
			easing: easeOutQuint
		},
		sidebar: {
			align: 'left',
			closingLinks: '.close-sb',
			subWrapper: false
		}
	});
});