Hi
Edit
$("#btnEdit").bind("click", function () {
var tds = $(this).closest('tr').find('td');
$('#hfId').val($(tds).eq(0).html());
$('#txtId').val($(tds).eq(0).html());
$('#txtDescription').val($(tds).eq(1).html());
//alert(#hfId);
alert($(tds).eq(0).html())
});
Thanks
Rijwan AnsariPosted Jun 11, 2021, 12:16 PM
Ramco RamcoPosted Jun 11, 2021, 6:19 AM
Ramco RamcoPosted Jun 11, 2021, 6:08 AM
Add New Location
Vaibhav ChauhanPosted Jun 11, 2021, 5:56 AM