질문Q #8144
jQuery.live() 대신 jQuery.on()
milosz2013-03-07 08:12:00
jQuery 1.7에서 .bind(), .live(), .delegate()가 .on()으로 통합되었고 1.9에서부터는 .live()가 없어졌다고 합니다.
.delegate()도 없어질 예정이라고 하네요.
 
.on()을 사용합시다~
답변4
#1 니삼 2013-03-07 08:58:57
 As of 1.9, the event name string "hover" is no longer supported as a synonym for "mouseenter mouseleave". This allows applications to attach and trigger a custom "hover" event. Changing existing code is a simple find/replace, and the "hover" pseudo-event is also supported in the jQuery Migrate plugin to simplify migration.

후버쪽도 확인ㅎㅎ

#2 한대승(불의회상) 2013-03-07 14:42:26
하나로 통일 되는건가요?
좋은 정보 감사!!!
#3 박순철 2013-03-11 12:16:38
 좋은 정보 ㄳ
#4 홍구2 2013-03-19 13:15:39
bind와 live는 성격이 좀 다른 것으로 알고 있는데 통합이 되는군요... 가끔 live는 먹히지만 on은 안 먹는 브라우저가 있었는데ㅠㅠ