[jQuery] Using jQuery without ready()

[jQuery] Using jQuery without ready()


Hi, all.
I often use jQuery outside ready() function. Like this
<div id="a">some html</div>
<script>
$("#a").some actions
</script>
Have this way some hidden troubles or it's ok such using?