get first element by class name jquery

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

Source

Also in JavaScript: