Row background
Row background
horus1613
Posts: 19Questions: 6Answers: 0
$('row c[r^="E"]', sheet).each( function () {
// Get the value
if ( $('is t', this).text() == 'London' ) {
// $(this).attr( 's', '20' );
$(this).closest( 'tr ').attr( 's', '10' );
}
});
This doesn't work!
$(this).closest( 'tr' ).find('td').attr( 's', '10' );
This doesn't work too...
This discussion has been closed.
Replies
@horus1613 - it looks like you've posted this twice - I'll close this thread.