2010-06-30 2 views

Répondre

1

Pas une doublure, mais vous pouvez mettre sur une ligne si vous voulez;)

$('tr').each(function(){ 
    if(new Date($(this).find('td').first().html()) == new Date($(this).find('td').eq(2).html())){ 
     $(this).css('backgroundColor', '#fcc')); 
    } 
}) 
+0

Grégoire == Ninja retourne vrai! – whorunbartertown