In a discussion, someone argued that embedding Javascript in a <script>
just before the </body>
HTML tag is as good as using JQuery's document-ready. Is that true? Is it really safe in all situations for all browsers?
Update: Great answer available here.