LoginSignup
1
0

Bootstrap 5に関するメモ

Last updated at Posted at 2024-03-18

開発環境

  • Windows 10 Pro(64bit)
  • Bootstrap 5.3.0
  • Bootstrap bundle.s 5.3.0
  • jQuery 3.7.1

随時、追加予定

現在表示しているオフキャンバスをメソッドから閉じたい場合

// 現在開いているオフキャンバスのインスタンスを取得して、メソッドを呼び出している。
const $myOffCanvas = $('#myOffCanvas');
const offcanvas = bootstrap.Offcanvas.getInstance($myOffCanvas);
offcanvas.hide();
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0