I am trying to run a jQuery function in IE7. It works fine on Firefox and Safari. Now I tried to debug, and even the simplest function doesnโt work in IE, so I think this is the problem of the whole call.
<script src="js/jquery.js" type="application/javascript"></script>
<script type="application/javascript">
$(document).ready(function(){
alert('start in IE');
fmmovement();
});
</script>
Entire website script http://project.formplusmedia.de/redesign
Is there any trick to run this feature in the mooring Internet Explorer? Hope someone can help me, thanks in advance.
welcomes
h-man24
source
share