We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On a recent pen test, I found the tooltip identifier function for Bootstrap wasn't working.
tooltip
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
The text was updated successfully, but these errors were encountered:
gingeleski
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: