Problem/Motivation

Give the class 'beautytips' to any element on a page and add the title attribute. Open the page and get the error in developers console:

TypeError: $(...).find(...).andSelf is not a function

Proposed resolution

.andSelf() was deprecated in jQuery 1.8 and removed in jQuery 3.0. .addBack() should be used instead from jQuery 1.8 onward.

Comments

andralex created an issue. See original summary.

andralex’s picture

Assigned: andralex » Unassigned
Status: Active » Needs review
StatusFileSize
new490 bytes
echo15’s picture

Patch in comment #2 tested. Everything is fine.

echo15’s picture

Status: Needs review » Reviewed & tested by the community
pifagor’s picture

  • pifagor committed 5a29d89 on 8.x-1.x authored by andralex
    Issue #3037015 by andralex, echo15: TypeError: $(...).find(...).andSelf...
pifagor’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.