skip to Main Content

Get id of clicked row-Twitter bootstrap

I am using "jquery": "^3.4.0" and DataTables 1.10.18. I am having the following table: $(document).ready(() => { var table = $('.datatable-responsive').DataTable(); }); $("#edit-row").click(() => { var c = this.id console.log(c) }); <!DOCTYPE html> <html lang="en"> <head> <!-- Global stylesheets -->…

VIEW QUESTION
Back To Top
Search