mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 21:09:06 +02:00
move to examples dir
This commit is contained in:
5
examples/offcanvas/offcanvas.js
Normal file
5
examples/offcanvas/offcanvas.js
Normal file
@@ -0,0 +1,5 @@
|
||||
$(document).ready(function() {
|
||||
$('[data-toggle=offcanvas]').click(function() {
|
||||
$('.row-offcanvas').toggleClass('active');
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user