Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

Comments

Fix Deprecations in jQuery 3#7

Open
jakeparis wants to merge 1 commit intostaaky:masterfrom
jakeparis:master
Open

Fix Deprecations in jQuery 3#7
jakeparis wants to merge 1 commit intostaaky:masterfrom
jakeparis:master

Conversation

@jakeparis
Copy link

  • 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.

* Replaced .bind() with .on()
* Replaced .unbind() with .off()
* Replaced .type() with typeof
* Replaced .delegate() with .on()
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant