I am using Jquery UI 1.12
with Jquery 3.1.1
and using the draggable
and resizable
functions.
However, whenever I go to test it does not work because it gives the exception
$(...).find(...).andSelf is not a function
I searched and saw that this andSelf
was taken and put the addBack
in the jQuery
most current, but it does not work jQuery UI
, only with Jquery 1.12
. But the site I'm touching has already imported jQuery 3.1.1
and I can not move because it can give a problem in some function someone has done previously.
What can I do to solve this problem?