tipped icon indicating copy to clipboard operation
tipped copied to clipboard

Fix Deprecations in jQuery 3

Open jakeparis opened this issue 3 years ago • 0 comments

  • Replaced .bind() with .on()
  • Replaced .unbind() with .off()
  • Replaced .type() with typeof
  • Replaced .delegate() with .on()

There is at least one more deprecation, and that is for feeding raw numbers as property values in the .css() function. I gave fixing that a go as well, but I didn't get it so I left it out of this PR.

jakeparis avatar Mar 12 '21 14:03 jakeparis