Forums

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

Home Forums Other My 1st site isn’t validating, doesn’t like anythinslider links or javscript Re: My 1st site isn’t validating, doesn’t like anythinslider links or javscript

#82859

Hello gmox,

most of the errors were because you used an ampersand in the href with the “&” symbol whereas it should be &.

another thing, onmouseover and onmouseout are case sensitive, so change all ur OnMouseOver with onmouseover and they’ll validate just fine.

finally, instead of

.prepend('hide')

it should be

.prepend('span[class="close"]hide')