I've been trying to change a text of a td
element however I am not able to make it work:
What could be wrong in that fiddle?
Actually this is just my first step to do my actual goal that is to prettify a date using:
Updated:
Where I need to do:
$(function() {
$('td[kind="date"]').html("Hello?");
})