On a recent pen test, I found the tooltip identifier function for Bootstrap wasn't working.
I am not quite sure why that was but ended up looking at the source to find alternatives. One of these did work.
$.fn.alert.Constructor.VERSION
$.fn.button.Constructor.VERSION
$.fn.carousel.Constructor.VERSION
$.fn.collapse.Constructor.VERSION
$.fn.dropdown.Constructor.VERSION
$.fn.modal.Constructor.VERSION
$.fn.tooltip.Constructor.VERSION
$.fn.popover.Constructor.VERSION
$.fn.scrollspy.Constructor.VERSION
$.fn.tab.Constructor.VERSION
$.fn.affix.Constructor.VERSION
On a recent pen test, I found the
tooltipidentifier function for Bootstrap wasn't working.I am not quite sure why that was but ended up looking at the source to find alternatives. One of these did work.