Popper.js is a javascript library, consider also adding the Javascript tag. Popper.js used in web applications to position poppers, an element on the screen which "pops out" from the natural flow like tooltips, popovers, drop-downs. With no dependencies, no jQuery, no LoDash, it's used by Twitter in Bootstrap v4, Microsoft in WebClipper, and Atlassian in AtlasKit.
Questions tagged [popper.js]
380 questions
0
votes
1 answer
Bootstrap installation issues with popper and jquery
I'm trying to install Bootstrap but it isn't working. I got the css and html from the Bootstrap website, and they seems to work fine, but I think popper and jquery aren't working correctly. I have tried to install both with, npm, from their…

Marcelo
- 77
- 9
0
votes
1 answer
How to close an element on clicking outside in Angular?
I use Popper js to show a tooltip, I show this after clicking on a button.
I use this element (button with tooltip) several times on the page. Now I try to close the element when clicking outside the element.
This does not work correctly, when…

Can
- 553
- 1
- 9
- 29
0
votes
1 answer
How to make multiple Popovers in one id?
Could I make a lot of popovers with one ID?
0
votes
1 answer
failed to load source map in ASP.NET MVC after publish to hosting site
When i run the website i got this error on developer tools :
JQMIGRATE: Migrate is installed, version 3.0.1
DevTools failed to load SourceMap: Could not load content for http://aljawd.com/Contents/css/aos.css.map: HTTP error: status code 404,…

Abdullah
- 983
- 12
- 26
0
votes
1 answer