Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

select the first elemnt have class in jquery

$( ".box" ).first().css( "font-style", "bold" );
Comment

select the first elemnt have class in jquery

<script>
  // jquery
$( "tr:first" ).css( "font-style", "bold" );
</script>
Comment

PREVIOUS NEXT
Code Example
Javascript :: command to run nextjs project 
Javascript :: change image onclick javascript 
Javascript :: loop javascript 
Javascript :: js var vs let 
Javascript :: funciones invocan a funciones javascript 
Javascript :: next-dev.js?3515:32 Warning: Prop `className` did not match. Server Client 
Javascript :: opencage reverse geocoding example 
Javascript :: javascript submit form programmatically 
Javascript :: sequelize raw query 
Javascript :: to find keys in an object 
Javascript :: js fetch catch 401 
Javascript :: get current location city name react native 
Javascript :: image onclick react 
Javascript :: cors blocking communication 
Javascript :: how to create react app 
Javascript :: reactjs framer motion 
Javascript :: find max number in java 
Javascript :: react render twice v18 
Javascript :: javascript program to find leap years between two years 
Javascript :: express return svg 
Javascript :: bfs javascript 
Javascript :: javascript regex match character from a set of characters 
Javascript :: populate subdocument mongoose 
Javascript :: javascript check if variable is empty 
Javascript :: online javascript compiler 
Javascript :: mui date picker remove underline 
Javascript :: Javascript convert object value to array 
Javascript :: proxy nuxt 
Javascript :: jest spyon 
Javascript :: nodemon install locally json file 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =