ml1 Thu, 05 Mar 2009 13:31:13 -0800
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"]' )