What exactly does it take to have jQuery enabled/working within my custom Labkey module?

LabKey Support Forum (Inactive)
What exactly does it take to have jQuery enabled/working within my custom Labkey module? Leo Dashevskiy  2012-05-23 13:29
Status: Closed
 
So is there a difference between using

LABKEY.requiresScript( [ 'file1.js', 'file2.js' ], true, callBackFunc );

and

LABKEY.requiresScript( 'file1.js' );
LABKEY.requiresScript( 'file2.js', true, callBackFunc );

(taking into account that callBackFunc uses resources contained in file2.js)

?

Thanks.