Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

select the first elemnt have class in jquery

<script>
  // jquery
$( "tr:first" ).css( "font-style", "bold" );
</script>
 
PREVIOUS NEXT
Tagged: #select #elemnt #class #jquery
ADD COMMENT
Topic
Name
2+1 =