On Feb 13, 1:30 pm, John Resig <jere...@gmail.com> wrote: > That seems like a good use to me!
I notice that when defining jQuery.support (around line 3012) a script element is added as a child of the HTML element. While modern browsers seem to tolerate that, it is invalid HTML. Is there any reason why it isn't added as the first child of the head, which is a valid location for it? -- Rob