How can we load the script using js?

Forums JavaScriptHow can we load the script using js?
Staff asked 3 years ago

Answers (1)

Add Answer
Staff answered 3 years ago
jQuery.getScript('https://xyz.com/assets/js/app.js', function() {});

We can use this

Subscribe

Select Categories