본문 바로가기

웹 프로그래밍/jQuery

[jQuery] 태그 인덱싱

		// 태그 인덱싱 방법
		/* $('img').first()
		$('img').eq(1)
		$('img').eq(2) */