How do I get the jquery object?

how do I get the jquery object of the first right_box class name if I want to get the jquery object with the same class name with jquery?

Mar.07,2021

$(".right _ box"). Get (0)


  

$(".right _ box"). Eq (0)

Menu