Skip to content

Replaced .andSelf with .andBack - #412

Open
sukeerthiadiga wants to merge 2 commits into
aehlke:masterfrom
sukeerthiadiga:master
Open

Replaced .andSelf with .andBack#412
sukeerthiadiga wants to merge 2 commits into
aehlke:masterfrom
sukeerthiadiga:master

Conversation

@sukeerthiadiga

Copy link
Copy Markdown

The .andSelf() method was deprecated in jQuery 1.8 and now removed in 3.0 in favor of the .addBack() method, which does a better job of explaining what it does and also accepts an optional selector to filter what is added back.

The .andSelf() method was deprecated in jQuery 1.8 and now removed in 3.0 in favor of the .addBack() method, which does a better job of explaining what it does and also accepts an optional selector to filter what is added back.
The .andSelf() method was deprecated in jQuery 1.8 and now removed in 3.0 in favor of the .addBack() method, which does a better job of explaining what it does and also accepts an optional selector to filter what is added back.
@etheriau

Copy link
Copy Markdown

I just encountered this same issue -- this patch works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants