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
This falls into the category of "future trouble." jQuery 4.0.0 is now in its second beta release. JustifiedGallery fails with this version of jQuery, with the following console error:
jquery.justifiedGallery.min.js:8 Uncaught TypeError: l.type is not a function
at HTMLDivElement.<anonymous> (jquery.justifiedGallery.min.js:8:18834)
at Function.each (jquery4.js:2:2876)
at T.fn.init.each (jquery4.js:2:1386)
at l.fn.justifiedGallery (jquery.justifiedGallery.min.js:8:18702)
at index4.html:60:17
(anonymous) @ jquery.justifiedGallery.min.js:8
each @ jquery4.js:2
each @ jquery4.js:2
l.fn.justifiedGallery @ jquery.justifiedGallery.min.js:8
The text was updated successfully, but these errors were encountered:
I'd be happy to test it, if I had even a clue about how to download the JS file. Remember, you're not talking to a "GitHub person." To me, GitHub is just a confusing maze. ;)
This falls into the category of "future trouble." jQuery 4.0.0 is now in its second beta release. JustifiedGallery fails with this version of jQuery, with the following console error:
The text was updated successfully, but these errors were encountered: