Can anyone attest to whether this is possible? I would think so.
if (Appery("myID").css('background') === '#BBBBBB'){
alert("true");
}
else {
alert ("false");
}
How would I accomplish this assuming the color was indeed true
Can anyone attest to whether this is possible? I would think so.
if (Appery("myID").css('background') === '#BBBBBB'){
alert("true");
}
else {
alert ("false");
}
How would I accomplish this assuming the color was indeed true
Hello,
Your code return RGB not HEX color.
This should help:
http://stackoverflow.com/questions/59...