Gallery

Share by:
$(document).ready(function() { // Append the
with data-id attribute $('body').append('
'); // Dynamically load the external script $.getScript('https://chatbot.growth99.com/assets/js/integration.js', function() { console.log('Script loaded successfully.'); }).fail(function() { console.log('Error loading script.'); }); });