SyntaxFix
Write A Post
Hire A Developer
Questions
This below code will give selected row, you can parse the values from it and send to the AJAX call.
$(".selected").click(function () { var row = $(this).parent().parent().parent().html(); });