SyntaxFix
Write A Post
Hire A Developer
Questions
$('div[id ^= "player_"]');
This worked for me..select all Div starts with "players_" keyword and display it.