For some reason in this test message board
http://vanishingpoint.b1.jcink.com/index.php (not advertising lol its just a place im currently coding my skin) none of the things I had changed in the syntax with jQuery were working (like the entire jQuery code didnt work) when i'm logged in.
In order to see the difference you have to register an account.
here's the entire code
Code:
<script type="text/javascript">
$("#userlinks td:contains('Welcome Guest')").wrapInner("<div id='lag1'></div>").html($("#userlinks td:contains('Welcome Guest')").html().replace(/Guest/, '<span class="guestbx">Guest</span>'));
$("div#lag1").insertBefore("#logostrip");
$("#navstrip").html($("#navstrip").html().replace(/ /, ''));
$("#menux a:last").attr("id","sadfix");
$("div#navstrip a:first-child").attr("id","original");
$("#menux a:last").hover(function(){$("div#stupidpad").css("background-image","url('http://vanishingpoint.b1.jcink.com/uploads/vanishingpoint//23125i.png')")},function(){$("div#stupidpad").css("background-image","url('http://vanishingpoint.b1.jcink.com/uploads/vanishingpoint//23125g.png')");});
</script>
(that looks like its terribly coded lol)
I don't think doctypes/errors in html is the issue here, but oh well
I need help guize. thanks