[jQuery] How to check is the object with the css property?

[jQuery] How to check is the object with the css property?


<div></div>
<div style="position: absolute"></div>
$('div').each(function() {
// How to know the div have position property or not?
});