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
July 5, 2011 at 12:11 pm
#82859
Participant
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')