Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • kanenses Friend
    #188941

    Hi all,

    How can I use the tooltip (from bootstrap) on ja brisk?

    I have try:
    <a href="#" data-toggle="tooltip" title="first tooltip">hover over me</a>
    note: example I have try is from twitter.

    Thanks,

    pavit Moderator
    #498950

    Hi

    You can do using javascript too

    open your file templatesja_brisktplsblockshead.php and add at the end of it

    <script type="text/javascript">
    jQuery(document).ready(function () {
    jQuery("[rel=tooltip]").tooltip();
    });
    </script>

    Then add the tooltip to your article in this way

    <a href="#" title="my tooltip" rel="tooltip">hover over me to try tooltip feature</a>

    you can use also the popover feature adding

    jQuery("[rel=popover]").popover();

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  pavit 11 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum