Ik heb een probleem met jquery. Als ik jQuery inlaad dan laad derest van mijn pagina niet meer(in firefox, IE9 en chrome), opera werkt wel nog gewoon.
Weet iemand hoe ik dit kan oplossen?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link href="css/default.css" rel="stylesheet" type="text/css" media="all" />
<!--[if IE]>
<link href="css/IEonly.css" rel="stylesheet" type="text/css" media="all" />
<![endif]-->
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js" />
<script type="text/javascript" src="js/login.js" />
</head>
<body>
// website
</body>
</html>