HTML and Javascript Error: $("sublinks") is null
I can not figure out why sub links is having a problem on this site.
http://www.speedyinput.com/Speed_Wheel/index.php
Code:
Error: $("sublinks") is null
Source File: http://www.speedyinput.com/Speed_Wheel/index.php
Line: 35
We just got a very similar site fixed:
http://www.vbforums.com/showthread.p...19#post4116519
I use Mootools http://mootools.net/download/version/1.1.2 Uncompressed with docs
I actually passed W3C :) "This document was successfully checked as HTML 4.01 Transitional!"
http://validator.w3.org/check?uri=ht...Inline&group=0
Re: HTML and Javascript Error: $("sublinks") is null
There is apparently no element with id "sublinks" on the page; add some script to confirm it's non-null before working with it.
Re: HTML and Javascript Error: $("sublinks") is null
Thanks! I found the sublinks, apparently it was a div tag that was missing.
Quote:
Originally Posted by
SambaNeko
There is apparently no element with id "sublinks" on the page; add some script to confirm it's non-null before working with it.