Answers for "first of type jquery"

1

select the first elemnt have class in jquery

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

Code answers related to "first of type jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language