[jQuery] Re: Select Element CSS Attributes

2009-01-08 Thread _cam_
27;elements').filter(function(){ >    return $(this).css('backgroundImage').indexOf('.png')+1; > > }); > > Out of curiosity, are you trying to deal with png transparency in IE6? > > On Jan 7, 4:29 pm, _cam_ wrote: > > > How would youselectelements that haveCSSbackground images ending > > with .png? And then add a class.

[jQuery] Select Element CSS Attributes

2009-01-07 Thread _cam_
How would you select elements that have CSS background images ending with .png? And then add a class.