CRUD for edit table (ADD and DELETE button) but I have an error on JS
CRUD for edit table (ADD and DELETE button) but I have an error on JS
robertino_salemi
Posts: 13Questions: 0Answers: 0
HI!
I want use [url=http://jquery-datatables-editable.googlecode.com/svn/trunk/index.html]this[/url] for edit my DataTables.
I have included all JS file
I have associated and ID to my table
I have declared my table whit: oTable = $('#tableToShow').dataTable().makeEditable()
I have add to toolbar with
With Firebug I have this error (jquery.dataTables.editable.js):
[code]
TypeError: $(...).live is not a function
$(".table-action-deletelink", oTable).live("click", _fnOnRowDeleteInline);
[/code]
Why?
Thanks.
I want use [url=http://jquery-datatables-editable.googlecode.com/svn/trunk/index.html]this[/url] for edit my DataTables.
I have included all JS file
I have associated and ID to my table
I have declared my table whit: oTable = $('#tableToShow').dataTable().makeEditable()
I have add to toolbar with
With Firebug I have this error (jquery.dataTables.editable.js):
[code]
TypeError: $(...).live is not a function
$(".table-action-deletelink", oTable).live("click", _fnOnRowDeleteInline);
[/code]
Why?
Thanks.
This discussion has been closed.
Replies
Allan