tag-it
tag-it copied to clipboard
Replaced .andSelf with .andBack
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.
I just encountered this same issue -- this patch works for me.