[jQuery] getScript Problem

[jQuery] getScript Problem


we need some triple javascript files to load with $.getScript in
jQuery .. how could I do this ....
if all the js files was loaded the A function get activated I need
something like this
$.getScript("test1.js,test2.js,test3.js,function(){
alert("Some thing Activate")
});
but there isn't capability a thing in jQuery