Tooltips with Twitter Bootstrap

后端 未结 7 1875
挽巷
挽巷 2020-12-12 13:05

I am using Twitter Bootstrap--and I am not a frontend developer! However, it\'s making the process almost--dare I say--fun!

I\'m a bit confused about tooltips. The

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-12 13:27

    Simple use of this:

    
       tooltip
    
    

    Using jQuery:

    $(document).ready(function(){
        $('#mytooltip').tooltip();
    });
    

    You can left side of tooltip u can simple add this->data-placement="left"

    tooltip
    

提交回复
热议问题