Hi folks,
i'm trying to get a JQuery function running in IE7. In Firefox and Safari its working fine. Now i tried to debug, and even the simplest function is not working in IE, so i guess its a 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>
The whole script website is http://project.formplusmedia.de/redesign
is there any trick to get this function running in the booring Internet Explorer? Hope someone can help me, thanks in advanced.
regards
h-man24