Closed (fixed)
Project:
Nitobe
Version:
6.x-4.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2009 at 16:17 UTC
Updated:
6 Nov 2009 at 16:21 UTC
jquery is present on all pages in the theme, but my jquery (very simple one-liner:
$document.ready(function() {
$('tr:even').css('backgroundColor', '#e8e8e8');
});
keeps giving me the 'document is not defined' error- i read that this can be caused by the template requiring pre-processing, and i tried adding my js file via drupal_add_js in nitobe's template.php as well as in nitobe.info, and keep getting the same error. any ideas on how to force jquery to load up sooner?
Comments
Comment #1
aarahkahak commented