FadeIn is not working when I upload it to my server, yet it is working on my local machine?
<script>
$("qfade").click(function () {
$("h2").fadeIn(1000);
})
</script>
called here
<li class="sup">
<qfade><a href="#stuff">things</a></qfade>
</li>
You can view the whole code here: http://williamhockey.com
Look in your console.
The code is trying to call
.stretch()on the value returned by.contents():…but there’s no such jQuery function available:
Did you forget a jQuery plugin?