trying to use jquery tooltip plugin, object has no method “tooltip”

前端 未结 3 1549
不知归路
不知归路 2020-12-20 20:28

I\'m using this tooltip: http://flowplayer.org/tools/demos/tooltip/index.html

I have the following lines in my html file:



        
3条回答
  •  误落风尘
    2020-12-20 20:56

    You should reorder your js files:

    
    
    
    

    A little more explanation for anyone else having this problem:

    Scripts are loaded in the order they're called, so you want to load jQuery first, then any plugins, then your custom code.

提交回复
热议问题