Why does WordPress load jQuery in my header instead of footer?
It is true that browsers choke on scripts, so generally it is best to put scripts in the footer to prevent the whole page being delayed. So putting jquery in the footer also makes sense. However, WordPress websites usually have plugins that may also include jquery scripts, which they may load in the header without … Read more