manuelgtz / jquery-datatables-editable

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

Delete Button problem #168

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. jeditable gives error when used with Add/delete button
2.
3.

What is the expected output? What do you see instead?
Expected output should be delete button, instead it gives an error saying 
TypeError: $(...).live is not a function

$(".table-action-deletelink", oTable).live("click", _fnOnRowDeleteInline);

What version of the product are you using? On what operating system?
I am using version 2.3.2, I have tried 2.3.1 and 2.3.3

Please provide any additional information below.

Original issue reported on code.google.com by aadew...@gmail.com on 2 Jul 2014 at 3:13

GoogleCodeExporter commented 9 years ago
same problem... using Chrome.

Original comment by jmendiol...@gmail.com on 16 Aug 2014 at 3:14