Scripts at bottom vs. document ready
Including <script>s at bottom of the page is just as good as wrapping their code in $(document).ready().
Including <script>s at bottom of the page is just as good as wrapping their code in $(document).ready().