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

