[jQuery] Can I include more than one js file with its own $(document).ready callback?

[jQuery] Can I include more than one js file with its own $(document).ready callback?


Can I include two files each with their own $(document).ready
(function() {....}) callback - of course with different functions. Is
yes, is this efficient and are there better and cleaner ways to make
my code more modular?
Thanks and regards
Gurunandan