mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-17 16:55:54 +01:00
5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
|
$(document).ready(function() {
|
||
|
$('[data-toggle=offcanvas]').click(function() {
|
||
|
$('.row-offcanvas').toggleClass('active');
|
||
|
});
|
||
|
});
|