emjayess
3/25/2011 - 7:13 PM

include a more up-to-date version of jquery than what ships with Drupal 7 core...

include a more up-to-date version of jquery than what ships with Drupal 7 core...

function hook_js_alter(&$js) {
  $js['misc/jquery.js']['data'] = drupal_get_path('module', 'jquery_update') . '/jquery.js';
}