2010년 12월 20일 월요일

jQuery : each() break / continue

 

 

for 문과 같은 기능 each()

 

$("#아이디명").each(function(i, obj){

      return false // break

      return true // continue

});

댓글 없음:

댓글 쓰기