Assume I have a web page with multiple instances of elements that have (among others) the following CSS definition:
How can address all these elements with jQuery?
The following does not work:
$("[border: 1px dashed #ddd]")
How else does that work?
Peter