mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-25 19:14:09 +03:00
8 lines
148 B
JavaScript
Executable File
8 lines
148 B
JavaScript
Executable File
$(function () {
|
|
'use strict'
|
|
|
|
$('[data-toggle="offcanvas"]').on('click', function () {
|
|
$('.offcanvas-collapse').toggleClass('open')
|
|
})
|
|
})
|