How would you go about selecting all page elements that have a
display: block;
CSS property using jQuery?
I need to apply some POST effects (such as shadows and filters) to these elements.
My other solution is to add
.isblock
classes to my desired elements and apply effects, but it'd be too much work.