jquery select first element inside an element code example Example: select the first elemnt have class in jquery $( ".box" ).first().css( "font-style", "bold" );