JSFiddle - React, Tailwind, and code Playground
by eTiger13
JavaScript
$(".row-buttons").find("img.edit-me").click(
function()
{
edit_row($(this).parent('.row-buttons'));
}
);
}
);
by eTiger13
$(".row-buttons").find("img.edit-me").click(
function()
{
edit_row($(this).parent('.row-buttons'));
}
);
}
);