Tooltips with Twitter Bootstrap

后端 未结 7 1876
挽巷
挽巷 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:42

    Simply mark all the data-toggles...

    jQuery(function () {
        jQuery('[data-toggle=tooltip]').tooltip();
    });
    

    http://jsfiddle.net/Amged/xUQ6D/19/

提交回复
热议问题