jQuery UI 1.8.13 sudden error

前端 未结 4 1734
半阙折子戏
半阙折子戏 2020-12-29 02:25

We have been using Jquery from this link http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js for drag and drop. Suddenly we notice it is not working now an

4条回答
  •  囚心锁ツ
    2020-12-29 02:43

    I had same problemm. Search for a link like this in your project:

    https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js

    and change it with this:

    https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js

    It worked for me.

提交回复
热议问题