開閉パネルについて調べたことのメモ。
- data-role=”collapsible”
- 開いたパネルに背景をつけたい場合、data-content-theme=”c”
確認ページ:hello_jQuery_mobile_collapsible.html
1 2 3 | < div data-role = "collapsible" data-content-theme = "c" > < h3 >設定</ h3 > <!-- タイトル --> < p >パネル内部</ p > </ div > |
関連エントリー