attr(), 속성제어
.attr() 인자에 따라 2가지사용. 하나일경우 - 속성값 가져오기 두개일경우 - 속성값을 요소에 부여함.var btn = $(".main_btn0" + i + "_off"); btn.attr({"num":i}); var index = btn.attr("num"); console.log(index); //0,1,2,3 Example: Find the title attribute of the first in the page. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Once there was a large dinosaur... The title of the emphasis is: 결과) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16..
■ 프론트엔드 ■/jQuery
2013. 10. 13. 22:15