Skip to content

Bootstrop version #6

@aykutyaman

Description

@aykutyaman

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions