hello, i'm having trouble with jquery navigator i don't think the problem is my code
<script>
$(document).ready(function(){
alert( "welcome");
alert("twice alert");
});
</script>
in chrome i have this error: Uncaught SyntaxError: Unexpected token <
in firefox i have this error : SyntaxError: expected expression, got '<'
i looked on astackoverflow and many researches on google but couldn't find solution !