JQuery Script errors: Isotope and TwentyTwenty incompatible with jquery-3.3.1
I need upgrade de Jquery to jquery-3.3.1.min.js version becouse Google MAPs API dont work fine with the original version theme jquery-2.1.4.min.js
Its Work! Google Maps API work fine now!
But, some errors occurs:
jquery-3.3.1.min.js:2 jQuery.Deferred exception: jQuery(...).twentytwenty is not a function TypeError: jQuery(...).twentytwenty is not a function
at HTMLDocument.<anonymous> (http://saboresemcasa.com.br/js/scripts.js:365:49)
at c (http://saboresemcasa.com.br/js/jquery-3.3.1.min.js:2:29677) undefined
w.Deferred.exceptionHook @ jquery-3.3.1.min.js:2
jquery-3.3.1.min.js:2 jQuery.Deferred exception: jQuery(...).isotope is not a function TypeError: jQuery(...).isotope is not a function
at HTMLDocument.<anonymous> (http://saboresemcasa.com.br/js/scripts.js:2292:38)
at c (http://saboresemcasa.com.br/js/jquery-3.3.1.min.js:2:29677) undefined
w.Deferred.exceptionHook @ jquery-3.3.1.min.js:2
jquery-3.3.1.min.js:2 Uncaught TypeError: jQuery(...).twentytwenty is not a function
at HTMLDocument.<anonymous> (scripts.js:365)
at l (jquery-3.3.1.min.js:2)
at c (jquery-3.3.1.min.js:2)
jquery-3.3.1.min.js:2 Uncaught TypeError: jQuery(...).isotope is not a function
at HTMLDocument.<anonymous> (scripts.js:2292)
at l (jquery-3.3.1.min.js:2)
at c (jquery-3.3.1.min.js:2)
scripts.js:1551 Uncaught TypeError: jQuery(...).isotope is not a function
at scripts.js:1551
at dispatch (jquery-3.3.1.min.js:2)
at y.handle (jquery-3.3.1.min.js:2)
Comments
it seems that this function is from a plugin called twentytwenty. This is not a theme issue.
thanks
thanks