Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript validation

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29399
    Makeshift
    Member

    I’m getting a validation error from linking my jquery at the end of my body.

    Line 28, Column 51: document type does not allow element "script" here

    Is this anything to be concerned about?

    #78163
    jamygolden
    Member

    Make sure the body is closed AFTER the script

    Code:

    #78225
    Makeshift
    Member

    Ohh, thank you. I accidentally put the code after the ending body tag and before the end html tag..
    I moved it right before the end body tag and it validates! Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.