Note that there are some explanatory texts on larger screens.

plurals
  1. POTwitter Bootstrap Tooltip isn't working
    primarykey
    data
    text
    <p>I have this HTML:</p> <pre><code>&lt;li&gt;&lt;a href="&lt;?php echo $home; ?&gt;" title="Go Home" data-placement="bottom" rel="tooltip"&gt;&lt;?php echo $text_home; ?&gt;&lt;/a&gt;&lt;/li&gt; </code></pre> <p>And then in a external file a have this code:</p> <pre><code>function showtooltip() { $('a[rel="tooltip"], button[rel="tooltip"], input[rel="tooltip"]').tooltip({ animation: true }); } $(document).ready(function() { showtooltip(); }); </code></pre> <p>But tooltip aren't showed. I include jquery (latest 2.0.0) and also complete TB (2.3.1) where is the problem? (please take a look at second edit maybe there is the problem)</p> <p><strong>EDIT</strong> I also has included this CSS files:</p> <pre><code>&lt;link href="/catalog/view/theme/viaenvia/stylesheet/bootstrap.min.css" rel="stylesheet"&gt; &lt;link href="/catalog/view/theme/viaenvia/stylesheet/font-awesome.css" rel="stylesheet"&gt; &lt;link href="/catalog/view/theme/viaenvia/stylesheet/bootstrap-responsive.min.css" rel="stylesheet"&gt; </code></pre> <p>So I think CSS isn't the problem</p> <p><strong>EDIT2</strong> I'm using jQuery UI latest (1.10.2) and aparently JS and CSS from jQuery UI are overwriting Twitter Bootstrap. This are the lines where I include CSS (JS are included at bottom for performance)</p> <pre><code>&lt;link rel="stylesheet" href="/catalog/view/theme/viaenvia/stylesheet/bootstrap.min.css" /&gt; &lt;link rel="stylesheet" href="/catalog/view/theme/viaenvia/stylesheet/font-awesome.css"&gt; &lt;link rel="stylesheet" href="/catalog/view/theme/viaenvia/stylesheet/bootstrap-responsive.min.css" /&gt; &lt;link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/themes/ui-lightness/jquery-ui.css"&gt; &lt;link rel="stylesheet" href="/catalog/view/theme/viaenvia/stylesheet/style.css"&gt; &lt;link rel="stylesheet" href="/catalog/view/theme/viaenvia/stylesheet/flexslider.css"&gt; &lt;link rel="stylesheet" href="/catalog/view/theme/viaenvia/js/fancybox/jquery.fancybox.css"&gt; </code></pre> <p>How can avoid this?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload