[jQuery] Matching on style attribute bug?
I ran into a jquery bug trying this with class, so maybe this is a bug
too.
Given this:
<div style="background-image:url(myimage.png);"></div>
Shouldn't I be able to select that with this:
$( 'div[style*="myimage"]' )