.live event handler removed in jQuery 1.9, examples need updating
.live event handler removed in jQuery 1.9, examples need updating
As of jQuery 1.9 the .live event handler has been removed and replaced with .on. There are a few examples that use this event handler that need updating...
http://datatables.net/release-datatables/examples/api/row_details.html
http://datatables.net/blog/Drill-down_rows
http://datatables.net/release-datatables/examples/advanced_init/events_live.html
http://datatables.net/release-datatables/examples/api/row_details.html
http://datatables.net/blog/Drill-down_rows
http://datatables.net/release-datatables/examples/advanced_init/events_live.html
This discussion has been closed.
Replies
Allan
https://github.com/jquery/jquery-migrate/
This works :)