As you probably know, it is recommended to place $scripts at the bottom of the page to improve performance. Wim Leers also recommends in this patch to modify core common.inc to load jquery.js and drupal.js in the footer.
With Quick Tabs, I am able to successfully move print $scripts; to the footer of my page template, right above print $closure;. I receive no errors when I do this. However if I apply Wim's patch for the drupal_add_js function, Quick Tabs blocks no longer function.
Maybe some of this has been addressed in Quick Tabs for Drupal 6, but wanted to mention it so I can receive some feedback. Thanks.
Comments
Comment #1
katbailey commented