Monday, 16 April 2012

$.fn.tooltip is undefined


Hi,

I have used bootstrap frameowrk in my project for the javascript effects. I used the get '$.fn.tooltip is undefined' error in the error console for the tooltip functionality.

I came to see its been due to configuration of javascript files. Some javascript plugins depends on other javascript files as dependencies.

Popovers require the tooltip plugin as a dependency. Have you included the tooltip plugin as well on your page, before including the popover plugin?

Here is the reference url where I have got the solution.

URL: https://github.com/twitter/bootstrap/issues/1513

So by changing the order of the javascript files, I have fixed the issue.


Thank You,
Uma Mahesh.

No comments:

Post a Comment