manuelgtz / jquery-datatables-editable

Automatically exported from code.google.com/p/jquery-datatables-editable
0 stars 0 forks source link

Not compatible with jquery higher than 1.9 #164

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 2007pb...@gmail.com on 15 Feb 2014 at 8:23