legacy-knowledge-base
公開されました Jul. 2, 2025

jQuery ,Bootstrapのバージョン確認方法

written-by

Shimada Taro

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • Liferayで動作中のjQuery ,Bootstrapのバージョンを確認方法する方法はありますか?

環境

  • DXP 7.0、DXP 7.1、DXP 7.2

解決

  • 任意のブラウザからLiferayへアクセスし、ブラウザの検証機能のConsoleから、以下のコマンドを実行します。

JQuery:

$().jquery

Bootstrap:

$.fn.tooltip.Constructor.VERSION 

Google Chromeで実行した場合の例:

Bootstrap_version.png

did-this-article-resolve-your-issue

legacy-knowledge-base