jquery-migrate icon indicating copy to clipboard operation
jquery-migrate copied to clipboard

Fill in & warn against using push, sort & splice on jQuery objects

Open mgol opened this issue 3 years ago • 0 comments

Those methods were removed in https://github.com/jquery/jquery/pull/4473. They were not public API but I expect there may be a lot of usage in the wild, e.g. AngularJS uses those methods on jQuery objects.

We should fill them in & warn against the usage.

mgol avatar Aug 18 '22 16:08 mgol