$("#clickBtn").on('click', function () {
if ($('#sideBar').hasClass("active")) {
$("#sideBar").removeClass('active');
} else {
$("#sideBar").addClass('active');
}
});
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter