<div dir="ltr">Hi guys,<div><br></div><div>I tried to use the bootstrap popover but unfortunately I can&#39;t make it work and I don&#39;t know why</div><div><br></div><div>I work on a really simple example, just a component register with JQDevelopmentLibrary and TBSDevelopmentLibrary.</div><div><br></div><div>The content of renderContentOn: is</div><div><div>        html script: &#39;initialize_popover()&#39;.</div><div><span class="" style="white-space:pre">        </span>html tbsButton</div><div><span class="" style="white-space:pre">                </span>beDefault;</div><div><span class="" style="white-space:pre">                </span>attributeAt: &#39;data-toggle&#39; put: &#39;popover&#39;;</div><div><span class="" style="white-space:pre">                </span>attributeAt: &#39;title&#39; put: &#39;Popover test&#39;;</div><div><span class="" style="white-space:pre">                </span>attributeAt: &#39;data-placement&#39; put: &#39;right&#39;;</div><div><span class="" style="white-space:pre">                </span>attributeAt: &#39;data-content&#39; put: &#39;This is a test&#39;;</div><div><span class="" style="white-space:pre">                </span>with: &#39;Button popover test&#39;</div></div><div><br></div><div>And the js method initialize_popover() is define in script method of my component with $(&quot;[data-toggle = &#39;popover&#39;]&quot;).popover()</div><div><br></div><div>And that&#39;s all</div><div><br></div><div>Then I load this little app, no error in the debugger but when I click on my button, the popover doesn&#39;t appear</div><div><br></div><div>Maybe I&#39;m missing something but I don&#39;t know what :/</div></div>