I just created a new Drupal site and tried adding some jQuery to the theme. Unfortunately, it seems jQuery is not always included. I added a javascript include call in my template.php file to get it working...
<?php
drupal_add_js('misc/jquery.js', 'core', 'header');
?>I'll include more information when I figure out what was causing this issue.




















