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

Delete Button problem #168

Open
GoogleCodeExporter opened this issue May 24, 2015 · 2 comments
Open

Delete Button problem #168

GoogleCodeExporter opened this issue May 24, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

same problem... using Chrome.

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

@GoogleCodeExporter
Copy link
Author

jquery no more supports $(...).live. use $(...).on instead of

Original comment by ajahon...@gmail.com on 12 Apr 2015 at 9:21

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