Jquery functions. Should I hold it in one file or is it okay to intersperse it?
- by Tom
So, I have a lot of php files where I use jquery functions. Do I need to create a seperate .js file for all jquery functions or I can put it together with php files or it actually doesn't matter at all?