I'm newbie to jQuery (I came to JavaScript from PHP).
I grouped multiple jQ functions in seperate files. I have the following questions:
- is there any requirement that every jQ function must be inside domready?
- What if, 1 of my files already has code that placed inside
$(document).ready(function () { });
. Can I use Domready more than 1 time?