mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-30 23:41:31 +08:00
5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
|
$(document).ready(function() {
|
||
|
$('[data-toggle=offcanvas]').click(function() {
|
||
|
$('.row-offcanvas').toggleClass('active');
|
||
|
});
|
||
|
});
|