I am planning on separating independent .js
files and I wonder if I can use them together after that.
The problem might be that all of them have something similar to
$(function() { code here };
Is it safe to make jQuery to run multiple times, from different locations, this method?