tipped
tipped copied to clipboard
Fix Deprecations in jQuery 3
- 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.