Issue using :not()

Issue using :not()

Hey guys,

I have a little issue here. I am using the following selctor:
$('div img[rel*="Zoom"]')

But I am trying to select all IMG tags which DO NOT contain "Zoom" in their REL attribute.

I figured I could make this work with the :not() selector somehow, but the tests I ran didn't work.

Could someone gimme a hint?!