Bootstrap 3.0 Popovers and tooltips

前端 未结 8 1184
我在风中等你
我在风中等你 2020-12-22 16:05

I am new to Bootstrap and I\'m having trouble getting the popover and tooltip features to work. I had no problem with the drop downs and models but I seem to be missing some

8条回答
  •  庸人自扰
    2020-12-22 16:43

    You just need to enable the tooltip:

    $('some id or class that you add to the above a tag').popover({
        trigger: "hover" 
    })
    

提交回复
热议问题