You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 15 Feb 2014 at 8:23The text was updated successfully, but these errors were encountered: