티스토리 뷰

  $(document).ready(function(){
  $("img#my_img").click(function(){
   alert("select index : "+$(this).index("img#my_img") );
  });
 });


참 간단하죠잉~
img 의 ID 값으로 selection 한 후 몇번째 인덱스인지 알아보는것.
모든 태그에 사용가능

'Development' 카테고리의 다른 글

[Java] java.math.BigInteger 계산  (1) 2012.05.08
[Android]옵션메뉴 view 바꾸기  (0) 2012.04.13
[JAXB] JAXB 란?  (0) 2012.02.16
[디자인패턴] 01  (0) 2012.02.05
[Android] URI 구조  (0) 2012.01.18
댓글