Deprecate jQuery.nodeName, remove in 4.0
See original GitHub issueDescription
jQuery.nodeName
is another undocumented utility function that’s exposed on the jQuery object. We should remove it (probably in 4.0 as it’s been there for a long time).
Link to test case
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Deprecated | jQuery API Documentation
Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin ......
Read more >Trigger event when an element is removed from the DOM
There is no built-in event for removing elements, but you can create one by fake-extending jQuery's default remove method. Note that the callback...
Read more >Download Diff File - OpenDev
nodeName is deprecated" ); + + migrateWarnFunc( jQuery, "isArray", Array. ... +// behavior is gone in jQuery 4.0 and as it has security...
Read more >Blog Home – ThirdLove
But as of jQuery 3.0 (2016), strict mode should be common // enough that all such ... Used for iframes // See setDocument()...
Read more >Team:NCTU Formosa/jquery - iGEM 2019
inDisabledFieldset = addCombinator( function (elem) { return elem.disabled === true && elem.nodeName.toLowerCase() === "fieldset"; }, { dir: "parentNode", next: ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@karan-96 That would be great! You’ll find information on how to contribute here, with info on commits and PRs here. As far as the required work for this issue, that should be all the work needed for jQuery core. We’ll also want to add a warning to the jQuery migrate plugin.
@mgol oh sorry, I missed that!