You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a fix for this issue. It turned out that Since jQuery 1.8, .load, .unload, and .error etc are deprecated & doesn't with latest jQuery. So we have to use .on() to register listeners instead.
I replaced all .load events with .on('load', function().. inside supersized library & it worked.
Hope buildinternet will release official fix soon & updates library to the latest.
I'm trying to use supersized with latest version of jQuery 3.1.1 & I get following error :
jQuery.Deferred exception: a.indexOf is not a function
Has anyone tested compatibility of Supersized 3.2.7 with jQuery 3.0 onwards?
The text was updated successfully, but these errors were encountered: