Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

JavaScrip Boostrap Theme

$
0
0

Hello first sorry bad english im speak spanish and sorry if this is easy but im learning.

Im using the Toolset Boostrap Theme and trying to do some examples from http://getbootstrap.com/javascript/#tooltips
Im trying to make this code work:

<button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="left" title="Tooltip on left">Tooltip on left</button>

<button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="top" title="Tooltip on top">Tooltip on top</button>

<button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="bottom" title="Tooltip on bottom">Tooltip on bottom</button>

<button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="right" title="Tooltip on right">Tooltip on right</button>

But when i copy the code in a page the tooltip doesnt work. Same with popover and other js funtions.
I dont sure if i need do something else to make the javascript work…and i cant find about it in the documentation. Maybe i need download de JS files? they arent in the theme already?


Viewing all articles
Browse latest Browse all 20145

Trending Articles