js import jquery and use import code example
Example: jquery import js file
$.getScript('ajax/test.js', function() {
alert('Load was performed.');
});
$.getScript('ajax/test.js', function() {
alert('Load was performed.');
});