mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 08:34:08 +02:00
beta docs
This commit is contained in:
5
docs/3.3/examples/offcanvas/offcanvas.js
Normal file
5
docs/3.3/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