how can i select all elements whose ID starts with "player_"?
so i have multiple elements like this.
<div id="player_290x3dfda">text</div>
So every id has a unique stamp on it. How can i select all those elements either with jquery or with pure CSS.
thank you for your help.