Jquery accordion is working on my computer but not on server
Hi!,
I tested my jquery accordion on Safari, Firefox, IE, and worked correctly. I published my site, and now the accordion doesn't expand.......Anybody could help me?
My <head> code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="style/format.css" rel="stylesheet" type="text/css" />
<link href="style/text.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"> </script>
<script type="text/javascript" src="includes/javascript.js"> </script>
<title>services</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.ServiceDiv {
background-image: url(images/services_01.jpg);
background-repeat: no-repeat;
height: 374px;
}
-->
</style>
</head>