Angel_Flores
4/24/2019 - 2:59 PM

change the rgb to rgba alpha

$(this).css('background-color').replace(')', ', 0.75)').replace('rgb', 'rgba');

var bg = $(this).css('background-color');
if(bg.indexOf('a') == -1){
    var result = bg.replace(')', ', 0.75)').replace('rgb', 'rgba');
}