The wrap(); works well on its own, but when it is called after the load();, it doesn’t. What could be done to make it work? I tried to put the wrap(); code inside a separate .js file, but that didn’t work. I also tried to load the wrap(); inside: $( window ).on( “load”, function() { … }) and then place