bootstrap-popover-extra-placements icon indicating copy to clipboard operation
bootstrap-popover-extra-placements copied to clipboard

Uncaught TypeError: Cannot call method 'tip' of undefined

Open kevinchevallier opened this issue 11 years ago • 3 comments

I'm getting this error with Bootstrap 3, running with sass. For info, the plugin is being called after bootstrap.min.js (3.1.0) and i got rid of the css call in the js to manually load it with sass. Both elements are well loaded.

I'm calling the popovers like this:

$('input.form-control').popover({
    placement: 'bottomLeft',
    html: true,
    content: function() {
      return $(this).next('div.tooltipcs-content').html();
    },
    delay: { hide: 200 }
});

kevinchevallier avatar Feb 24 '14 18:02 kevinchevallier

+1

gustly avatar May 01 '14 15:05 gustly

+1 Same error..

difuse avatar May 19 '14 11:05 difuse

+1

ReaGed avatar Jun 22 '14 12:06 ReaGed