nick_sh Posted September 30, 2022 Share Posted September 30, 2022 I'm trying to do a super simple page load with ajax: $.ajax({ url: 'https://subdomain.squarespace.com/somesspage, type:'GET', success: function(data){ $('#container-to-load').html(data); var images = document.querySelectorAll('img[data-src]' ); for (var i = 0; i < images.length; i++) { ImageLoader.load(images[i], {load: true}); } } }); The issue is that slideshow section appears blank, only arrows appear: Is there a function / hack to make this type of sections work after loading via ajax? Link to comment
Ziggy Posted September 30, 2022 Share Posted September 30, 2022 As far as I'm aware, the latest version of Squarespace (7.1) doesn't allow for AJAX loading. Can you share you website URL? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment