[jQuery] function scope

[jQuery] function scope


In my $(document).ready(function() I have
function foo() {}
How can I access the foo function from a different jquery .js file?
thank you, very new
- eric