@PitaJ How many times will // Some code be executed if they are not inside $(document).ready? I know // Some code will be executed once inside $(document).ready.
Another question, which will be executed first? the code inside $(document).ready or the one outside?