asked on January 22, 2019
Hello,
I have the following code:
$('.last').change(function() {
$('.last input').val( toTitleCase($('.last input').val()));
});
It only runs on the first row, how do I make sure that it runs on all rows in tabl?
0
0