Use of jQuery .ajaxStop() is deprecated

Created on 11 January 2024, 11 months ago
Updated 12 January 2024, 11 months ago

Problem/Motivation

When implementing this module, the use of deprecated jQuery methods were found.

Steps to reproduce

Proposed resolution

Change $(document).ajaxStop(initializeAutocomplete); to $(document).on('ajaxStop', initializeAutocomplete);

or even better, remove the dependency on jQuery
document.addEventListener('ajaxStop', initializeAutocomplete);

Remaining tasks

Update the code and then merge the request.

User interface changes

None

API changes

None

Data model changes

None

๐Ÿ› Bug report
Status

Needs review

Version

2.0

Component

Code

Created by

๐Ÿ‡บ๐Ÿ‡ธUnited States tregonia

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024