Jquery UI error - f.getClientRects is not a function

前端 未结 7 1111
不知归路
不知归路 2020-12-08 18:25

I\'m trying to make Jquery UI work, but it doesn\'t. Here\'s what happens. I\'m loading dependencies:



        
7条回答
  •  天命终不由人
    2020-12-08 19:11

    I had the same problem when I was trying to get X and Y position of the mouse using " .pageX/.pageY " on a click event.

    Try to change the source of the libraries in order to get the latest update of them, making sure that they are compatible.

    Those links are now working and they could fix the issues.

提交回复
热议问题