jquery find first returning all 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>