Answers for "select first div with class jquery"

1

select the first elemnt have class in jquery

$( ".box" ).first().css( "font-style", "bold" );
Posted by: Guest on November-01-2020
0

jquery first child

$( "li" ).first().css( "background-color", "red" );
Posted by: Guest on October-26-2020

Code answers related to "select first div with class jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language