[jQuery] Site Using jQuery - Network Solutions
<span style="font-family: trebuchet ms;">Network Solutions just revamped their whole account manager.</span><br style="font-family: trebuchet ms;"><span style="font-family: trebuchet ms;">Guess what library they depend on? It rhymes with Mayberry.
</span><br style="font-family: trebuchet ms;"><br style="font-family: trebuchet ms;"><span style="font-family: trebuchet ms;">Looking at the code, it looks like they have a million places they SHOULD be using jQuery, but they don't use it anywhere I can see except 1 single line:
</span><br style="font-family: trebuchet ms;"><pre style="font-family: trebuchet ms;"><span style="background-color: rgb(255, 255, 153); font-family: courier new,monospace;">$(document).ready(function(){initMenu();});</span>
</pre><span style="font-family: trebuchet ms;">That's all? They have lines like this everywhere:</span><br style="font-family: trebuchet ms;"><pre style="font-family: courier new,monospace; background-color: rgb(255, 255, 153);">
document.getElementById(myElementID).className = useClass;</pre><span style="font-family: trebuchet ms;">Oh Well, it's a step in the right direction I suppose.</span><br style="font-family: trebuchet ms;"><br style="font-family: trebuchet ms;">
<span style="font-family: trebuchet ms;">Glen</span><br style="font-family: trebuchet ms;">