this is my fisrtever jquery code.so error is a must
-
<html>
<head>
<title>My First jQuery Script</title>
<script src="jquery.js"></script>
<script>
$(document).ready(
function()
{
alert( $('#hello').text() );
}
);
</script>
</head>
<body>
<div id="hello">Hello </div>
</body>
</html>
i have put this sript in folder with the included sript which i downloaded from official jquery site......everytime i load it .....a download window shows up asking me to download the above script that is named j.js.....where the prob