Element Selector Methods.first()On this page.first().first(): DoMiniGets the first element from the matched elementsconsole.log( 'First div: ', $( "div" ).first() );