• Gerald

    (@gerital)


    I have a custom theme using Isoptope Javascript library and it worked fine till now.

    After upgrading to WordPress 5.3 this Javascript error shows up in the console:

    jQuery(...).isotope is not a function

    I could fix that using Vanilla Javascript instead of jQuery like that:

    
    var $grid = new Isotope('.grid', {
    	itemSelector: '.box',
    	layoutMode: 'masonry',
    });

    But I ask myself why this happened and what did change in WordPress 5.3 related to jQuery?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘er”jQuery(…).isotope is not a function” after upgrading to 5.3’ is closed to new replies.