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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | update_deprecated_jquery_method-3087521-2.patch | 730 bytes | briantschu |
Comments
Comment #2
briantschuComment #3
alex_optimLooks good.
Comment #4
pifagor commentedComment #6
pifagor commented