aehlke / tag-it

A jQuery UI plugin to handle multi-tag fields as well as tag suggestions/autocomplete.
http://aehlke.github.com/tag-it/
MIT License
2.48k stars 825 forks source link

Fixed .andSelf() deprecated issue #396

Open ytxiuxiu opened 7 years ago

ytxiuxiu commented 7 years ago

.andSelf() was deprecated in jQuery 1.8 and removed in 3.0 .addBack() should be used instead from 1.8 onwards.

This supports both old versions of jQuery (<1.8) and new versions (>3.0)