Validate CSS with Javascript
Posted: Sat May 03, 2014 2:22 am
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