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

briantschu created an issue. See original summary.

briantschu’s picture

Assigned: briantschu » Unassigned
Status: Active » Needs review
StatusFileSize
new730 bytes
alex_optim’s picture

Looks good.

pifagor’s picture

Status: Needs review » Reviewed & tested by the community

  • pifagor committed 22fdbc6 on 8.x-1.x authored by briantschu
    Issue #3087521 by briantschu, alex_optim: TypeError: $(...).find(...)....
pifagor’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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