You'll need to use a filter(). Have a look at this previous thread:

http://groups.google.com/group/jquery-en/browse_thread/thread/3b22774b4e7c0434

Karl Rudd

On Fri, Mar 6, 2009 at 8:30 AM, ml1 <tsummer...@gmail.com> wrote:
>
> 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"]' )

Reply via email to