Taken from the jQuery documentation:

As of jQuery 1.7, the .live() method is deprecated. Use .on() to attach event handlers. Users of older versions of jQuery should use .delegate() in preference to .live().

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tim-diels created an issue. See original summary.

seutje’s picture

Proposed patch doesn't properly delegate the events.

See attached patch, works with jQuery update.

anon’s picture

Status: Needs review » Needs work

The bundles jQuery verison of Drupal 7.53 is jQuery 1.4.4.

.on() where adding in jQuery 1.7 and we need to support the jquery version bundled with Drupal core as we don't have any dependecy for a jquery update.

mogtofu33’s picture

Fix patch path so can be used with drush make.

anon’s picture

Status: Needs work » Closed (outdated)