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

Not compatible with jquery higher than 1.9 #164

Open
GoogleCodeExporter opened this issue Nov 25, 2015 · 0 comments
Open

Not compatible with jquery higher than 1.9 #164

GoogleCodeExporter opened this issue Nov 25, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Take any example and use jquery (1.9+).
2. The delete button won't work (stays grey)

What is the expected output? What do you see instead?
I expected that delet button will work. I see that the delete button stays grey 
and doesn't work.

What version of the product are you using? On what operating system?
jquery.dataTables.editable 2.3.3
jquery 2.0.3

The Problem is the .live() method in line 1260, which was depricated since 
jquery 1.7 and removed in jquery 1.9. Use the .on() method instead and it works 
fine.


Original issue reported on code.google.com by [email protected] on 15 Feb 2014 at 8:23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant