attr() 썸네일형 리스트형 3-4 attr() DOCTYPE html>Insert title here$(function(){var src = $('img').attr('src');alert(src)}); DOCTYPE html>Insert title here$(function(){$('img').each(function(index, item){alert("index= "+ index + " , "+ $(item).attr('src'));})}); DOCTYPE html>Insert title here$(function(){$('img').attr('width',200);}); 더보기 이전 1 다음