Hello I am changing dynamically the css of a website: Suppose we have a div:
<div id="fooid" class="fooclass" ></div>
with class fooclass and id fooid element and we get its background using:
var bgcolor = element.css( "background-color" );
My Problem is that I cannot tell of that bgcolor is set in the fooid css or in the fooclass is there anyway to find that out? thank you in advance