Where can you find the documentation on the attributes for Jquery? In your example,
$("#grid").find("tr[data-uid='" + model.uid + "'] td:eq(4)").text(currentValue);
How did you know to look for this?
Where can you find the documentation on the attributes for Jquery? In your example,
$("#grid").find("tr[data-uid='" + model.uid + "'] td:eq(4)").text(currentValue);
How did you know to look for this?