-
Notifications
You must be signed in to change notification settings - Fork 234
Closed
Description
I tried to use it with Bootstrap 2.0.4 without success.
It gives me this error in the console:
TypeError: data[option] is not a function
$.fn.popover = function (option) {
return this.each(function () {
var $this = $(this)
, data = $this.data('popover')
, options = typeof option == 'object' && option
if (!data) $this.data('popover', (data = new Popover(this, options)))
if (typeof option == 'string') data[option]()
})
I think you have to mention supported bootstrap version.
Metadata
Metadata
Assignees
Labels
No labels