Closed (fixed)
Project:
jQuery Deprecated Functions
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2026 at 09:57 UTC
Updated:
6 Apr 2026 at 15:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
guillaumepacilly commentedComment #4
danrodThanks @guillaumepacilly , there is an ESLINT warning to fix: https://git.drupalcode.org/issue/jquery_deprecated_functions-3567201/-/j...
Which other deprecated functions are missing? I'll have to check the jQuery docs and look for missing deprecated functions/objects/constants.
Comment #5
guillaumepacilly commentedHi @danrod
I fixed the ESLINT warning, thanks!
For now I only ran into the unique function missing. But I asked AI to check, and as always with AI should be double checked but it seems correct:
Deprecated in jQuery 3.0+ and Removed in jQuery 4.0:
Ajax Methods:
Selector Extensions (removed, use .filter() instead):
Event Methods:
Event Shorthands (all removed in jQuery 4):
DOM Manipulation:
Effects:
Utilities:
Deferred/Promise:
Data:
CSS:
Internal/Undocumented:
The module already cover much of it
Comment #6
danrodThanks @guillaumepacilly , I'll look into the list in detail and see what's missing.
Comment #7
danrodComment #8
danrodI would like to merge this and deal with with the other missing jQuery functions in other issue(s), I'd like to create a new release.
Comment #9
danrodComment #10
danrodComment #11
danrodI tested this and works as expected (added tests):
Thanks for this, I'll merge this to the 1.0.x branch.
Comment #12
danrodComment #14
danrod