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
Try hovering over the text in the link below. If you try to hover over the text a bit too quickly in succession then the popover doesn't display.
https://jsbin.com/rohutokodu/
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>JS Bin</title> <link rel="stylesheet" href="https://cdn.jsdelivr.net/jquery.webui-popover/1.2.1/jquery.webui-popover.min.css"> </head> <body> <div data-toggle="popover" data-content="OKAY">TEST</div> <script src="https://cdn.jsdelivr.net/jquery/1.11.3/jquery.min.js"></script> <script src="https://cdn.jsdelivr.net/jquery.webui-popover/1.2.1/jquery.webui-popover.min.js"></script> <script> $("[data-toggle='popover']").webuiPopover({ trigger: "hover", type: "html", delay: { show: 0, hide: 0 } }); </script> </body> </html>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Try hovering over the text in the link below. If you try to hover over the text a bit too quickly in succession then the popover doesn't display.
https://jsbin.com/rohutokodu/
The text was updated successfully, but these errors were encountered: