tag-it icon indicating copy to clipboard operation
tag-it copied to clipboard

Replaced .andSelf with .andBack

Open sukeerthiadiga opened this issue 6 years ago • 1 comments

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.

sukeerthiadiga avatar Oct 11 '18 11:10 sukeerthiadiga

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

etheriau avatar Nov 22 '19 22:11 etheriau