Hi,

Can someone help me explain the meaning of these two lines

var bgc = $(this).css('backgroundColor');
$(this).css({backgroundColor: bgc == '#ffcccc' || bgc == 'rgb(255,
204, 204)' ? '#ccccff' : '#ffcccc'});

Reply via email to