Drupal: color doesn't change in Chrome or Safari
- by Patrick
hi,
could you explain me why the following code doesn't work in Chrome and Safari, but only in Firefox ?
if ($(this).css("color") == "Fuchsia"){
$(this).css("color","#000000");
}
Website:…