SSAgov / ANDI

A tool to test web content for accessibility and 508 compliance.
https://www.ssa.gov/accessibility/andi/help/howtouse.html
Other
302 stars 76 forks source link

Deprecated jQuery API calls #150

Open fstrr opened 2 years ago

fstrr commented 2 years ago

The current version of ANDI uses several jQuery API calls that have been deprecated. Can the codebase be updated to not use these API calls:

  1. trim (deprecated in jQuery 3.5)
  2. isNumeric (deprecated in jQuery 3.3)
  3. bind (deprecated in jQuery 3.0)
JohnCotterSSA commented 2 years ago

Replaced isNumeric and bind. Trim is going to need some work.

fstrr commented 2 years ago

Thank you :)