HTML

PMD HTML Rules (ver 7.13.0)

PMDバージョン: 7.13.0 Best Practices AvoidInlineStyles 公式ドキュメント: AvoidInlineStyles Since: PMD 6.45.0 Priority: Medium (3) Description: HTML要素に直接スタイル属性(style)を指定するのは避ける。 スタイルは外部のCSSファイルや [st…

bootstrap-multiselect を Bootstrap 5.X 系で使用したい

bootstrap-multiselect の Bootstrap 5.X 系での使用方法 bootstrap5.X系でbootstrap-multiselectを使用しようとしても動作しなかった。 うまく動作しなかった原因の調査と解決方法について書き残しておく。 davidstutz.github.io 0. 実装 bootstrap-multise…