I got some script files, each one of them need different way to make it work
some of them tells you you must put them inside the head tags, or they won't work.
another ones I found don't need to put in the head...
Why?
I also found some of the event of some script must active in body tag, like body onload something happens...
like for drag and drop JS API, you must put the codes that telling how the dragable DIV work just before the closing tag of body, or it won;t work....
Why is that? how do they do it? and is there any way to make those script change to the place I want them to be not what they should be and still make them work?
some of them tells you you must put them inside the head tags, or they won't work.
another ones I found don't need to put in the head...
Why?
I also found some of the event of some script must active in body tag, like body onload something happens...
like for drag and drop JS API, you must put the codes that telling how the dragable DIV work just before the closing tag of body, or it won;t work....
Why is that? how do they do it? and is there any way to make those script change to the place I want them to be not what they should be and still make them work?
