<html><head>
<script src="http://code.jquery.com/jquery.min.js"></script>
<script>
$(document).ready(function() {
var idplayer = $('.playerbox').attr('id') ;
alert(idplayer) ;
}) ;
</script>
</head><body>
<div class="playerbox" id="28372"></div>
</body></html>