I removed all my javascript and put it in an external link:
<script type="text/javascrpt" src="javascript/FooterJavascript.js"></script>
When I go to the website and click the link..all the javascript is there.
The file has got different functions and events..such as hover effects..it starts like this:
$(document).ready(function(){
Why the hover effects that is inside that file arent loaded?
must be
edit:
to see in neatbean
if wrong than there in different background color in the script body
now what happen when script tag is right …ya, now the different background color indicate that everything is ok