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?

Reply via email to