http://docs.jquery.com/How_jQuery_Works#Launching_Code_on_Document_Ready

On Mar 3, 10:21 am, fetis <[EMAIL PROTECTED]> wrote:
> 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