Wrap is not working on dynamically loaded element. Why? – WordPress
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…