Friizu
Friizu
I have same problem, I was able to hide that notice on GalleryUploadField.php i just added if (isset($joinObj)) on line 372 and end } line 384, but still it would...
Nice work (y)
Smth like this ? ` $(window).bind('resize', function(e){ if (($(window).width() >= 1024)) { if (window.RT) clearTimeout(window.RT); window.RT = setTimeout(function() { $('.myclass').removeAttr("data-parallax"); }, 1); } `
It works with jquery 2.x not 3.x :( This is why you get this error with jQuery 3.x https://jquery.com/upgrade-guide/3.0/#breaking-change-special-case-deferred-methods-removed-from-jquery-ajax
Your code looks a bit mess for me, for example if u wanna move rotating image left when u scroll down 100px and move it back when you scroll up...