On Mar 3, 5:24 am, the_woodsman <[EMAIL PROTECTED]> wrote:
> To my knowledge, the main motivation for using ready and similar is
> that otherwise, you have to pay close attention to where your scripts
> are included in your page to ensure everything that the script relies
> on has already been added to that page.
> For example, if your script affects all .someClass elements, but not
> all of them have been added to the document before your script file
> was included, then the ones that came after the script block/include
> will be missed out.
>
Yes, I know about possible problems if some part of page is not
loaded.
I'm speaking about case when all HTML elements are loaded before
script running.
Have this scheme some hidden problems?

Reply via email to