<script src/js/jquery.js" type="text/javascript"></script> is not valid. I'm not sure if your email program did this but it should be:
<script src="/js/jquery.js" type="text/javascript"></script> Cheers, -js On Nov 30, 2007 10:41 AM, bludog <[EMAIL PROTECTED]> wrote: > > 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. >