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홍구22013-03-19 13:15:39
bind와 live는 성격이 좀 다른 것으로 알고 있는데 통합이 되는군요... 가끔 live는 먹히지만 on은 안 먹는 브라우저가 있었는데ㅠㅠ
"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.후버쪽도 확인ㅎㅎ