Quantcast
Viewing all articles
Browse latest Browse all 5

Bootstrap popover not working despite being initialized (script tags issue?)

I’m trying to add bootstrap popovers to buttons on my webapp but for some reason they don’t show.

I’m initiating popovers in .js script in my Django template with:

$ ('[data-toggle="popover"]').popover();

I’ve tried variety of similar implementations, yet without any success.

Despite using code that works in fiddles I cannot recreate the effect within my app. I’m assuming it’s a matter of script tags, yet trying same tags as in some solutions didn’t help much either. Is there some conflict or am I short of some tags?

Here are my script tags:

    <!-- Bootstrap CSS -->     <link href="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js">     <link href="../static/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">     <!-- Fonts-->     <link href="https://fonts.googleapis.com/css?family=Open+Sans|Prosto+One&display=swap" rel="stylesheet">     <!-- Theme style  -->     <link rel="stylesheet" href="../static/bootstrap/css/style.css">     <!--star ratings-->     <link rel="stylesheet" href="{% static 'star-ratings/css/star-ratings.css' %}">     <script type="text/javascript" src="{% static 'star-ratings/js/dist/star-ratings.min.js' %}"></script>      <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>     <script src="https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js"></script>     <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">     <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>     <!-- Latest compiled and minified JavaScript -->     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> 

The post Bootstrap popover not working despite being initialized (script tags issue?) appeared first on 100% Private Proxies - Fast, Anonymous, Quality, Unlimited USA Private Proxy!.


Viewing all articles
Browse latest Browse all 5

Trending Articles