[jQuery] Re: Select Element CSS Attributes
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
How would you select elements that have CSS background images ending with .png? And then add a class.