Detect bootstrap version in console
28 Jul 2020In case you need to know bootstrap version but it’s not clear from the included built css or cdn, run the following in inspection console
jQuery.fn.tooltip.Constructor.VERSION
"3.3.1"
In case you need to know bootstrap version but it’s not clear from the included built css or cdn, run the following in inspection console
jQuery.fn.tooltip.Constructor.VERSION
"3.3.1"