Replace jquery
usage in console
plugin with native methods
#3679
Labels
console
good first issue
Good for newcomers
help wanted
Community development is encouraged
refactor
Tech debt related tasks that need refactoring
technical debt
If not paid, jeapardizes long-term success and maintainability of the repository.
jquery
is used in the plugin (add as comments to this issue)$()
select functions with native methods and properties$.*
utility methods (for example,$.each()
,$.map()
,$.Deferred()
,$.when()
,$.inArray()
,$.ajax()
)Prioritize runtime code first, then tests
Imported in:
The text was updated successfully, but these errors were encountered: