[jQuery] jquery selector for common prefixes?

[jQuery] jquery selector for common prefixes?


as an example consider 3 span elements with slightly different id
names.
span id="customerId1"
span id="customerId2"
span id="customerId3"
Is there a selector to get the three span elements?