I need to call the $(document).ready() function multiple times due to content for the page being compiled from multiple sources. It seems to work just fine, but curious of there might be an issue that I am not seeing? When you call the function, is it just basically assigning that function as a callback?
Thanks [m]