[jQuery] jQuery putting logic in separate file

[jQuery] jQuery putting logic in separate file


I'm new to jQuery, so please bear with me. I'm putting the jQuery
logic in a separate file for the jQuery calendar:
<script src/js/jquery.js" type="text/javascript"></script>
<script src/js/sdr/jquery-calendar.js" type="text/javascript"></
script>
And the css
<link rel="stylesheet" type="text/css" href/css/sdr/us/en/
hostessBookingTracker.css" />
<link href/css/sdr/tabs.css" rel="stylesheet" type="text/css"
media="screen" />
<link href="/css/sdr/jquery-calendar.css" rel="stylesheet" type="text/
css" media="screen" />
and nothing happens. If I include the script in the head it works
fine. Any suggestions?
Thanks.