Uncaught TypeError: $(…).tooltip is not a function

后端 未结 4 716
悲哀的现实
悲哀的现实 2021-01-12 00:34

I have a project based in Spring Web model-view-controller (MVC) framework. The version of the Spring Web model-view-controller (MVC) framework is 3.2.8 deployed on a WebLog

4条回答
  •  再見小時候
    2021-01-12 01:01

    It's probably due to the version of jQuery. At least it was me and I solved this problem like this. I was using jQuery 3.3.1. The problem was solved when I changed the django to 1.10.3. Add this,

    http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js

    It needs work.

提交回复
热议问题