jquery get element by id and first element of array code example
Example: select the first elemnt have class in jquery
<script>
// jquery
$( "tr:first" ).css( "font-style", "bold" );
</script>
<script>
// jquery
$( "tr:first" ).css( "font-style", "bold" );
</script>