Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.bind()/.unbind() -> .on()/.off() for jQuery v3 support #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

duzun
Copy link

@duzun duzun commented Feb 13, 2020

Reasons:

  • .bind() and .live() are deprecated in jQuery v3.0
  • .on() is already present in jQuery v1.7
  • $.fn.tableDnDUpdate becomes needless

This PR supports jQuery v1.7.0 to v3.4.1

@duzun duzun changed the title .bind()/.unbind() -> .on()/.off() .bind()/.unbind() -> .on()/.off() for jQuery v3 support Feb 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant