R

jQuery Javascript Library v1.3.2 에 onmousewheel 이벤트 추가 하기..^^

jQuery JavaScript Library v1.3.2

3093 번째 줄을 보시면 아래와 같이 되어있습니다.

jQuery.each( ("blur,focus,load,resize,scroll,unload,click,dblclick," +
 "mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave," +
 "change,select,submit,keydown,keypress,keyup,error").split(","), function(i, name){

 // Handle event binding
 jQuery.fn[name] = function(fn){
  return fn ? this.bind(name, fn) : this.trigger(name);
 };
});

빨간 색글자 들은 모두 이벤트를 나타냅니다. 빨간색글 맨뒤부분에 mousewheel 을 아래와 같이 추가해줍니다.

jQuery.each( ("blur,focus,load,resize,scroll,unload,click,dblclick," +
 "mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave," +
 "change,select,submit,keydown,keypress,keyup,error,mousewheel").split(","), function(i, name){

 // Handle event binding
 jQuery.fn[name] = function(fn){
  return fn ? this.bind(name, fn) : this.trigger(name);
 };
});

추가하셨다면 저장을 한후..^^
사용법은 아래와 같이

$('#lightbox-image').mousewheel(function(e){
          alert(e.wheelDelta);
});

[이 게시물은 관리자님에 의해 2011-10-31 16:55:28 jQuery에서 이동 됨]
|

댓글 2개

파폭 에선 적용안됩니다..^^
직접수정하는 것 보다 플러그인 형태가 관리하기 좋을 것 같습니다.
http://plugins.jquery.com/search/node/mousewheel+type:project_project
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
16년 전 조회 3,823
16년 전 조회 1,821
16년 전 조회 2,151
16년 전 조회 5,522
16년 전 조회 2,773
16년 전 조회 3,849
16년 전 조회 3,126
16년 전 조회 2,024
16년 전 조회 5,839
16년 전 조회 2,941
16년 전 조회 6,434
16년 전 조회 2,409
16년 전 조회 4,462
16년 전 조회 3,466
16년 전 조회 2,660
16년 전 조회 2,686
16년 전 조회 4,816
16년 전 조회 3,748
16년 전 조회 3,272
16년 전 조회 3,428
16년 전 조회 2,541
16년 전 조회 2,211
16년 전 조회 2,137
16년 전 조회 1,844
16년 전 조회 2,127
16년 전 조회 2,337
16년 전 조회 2,039
16년 전 조회 5,290
16년 전 조회 4,287
16년 전 조회 2,235
16년 전 조회 1,983
16년 전 조회 2,731
16년 전 조회 4,982
16년 전 조회 3,991
16년 전 조회 3,024
16년 전 조회 4,768
16년 전 조회 3,619
16년 전 조회 1,774
16년 전 조회 1,808
16년 전 조회 2,480
16년 전 조회 2,320
16년 전 조회 3,033
16년 전 조회 2,647
16년 전 조회 1,787
16년 전 조회 4,832
16년 전 조회 1,907
16년 전 조회 2,213
16년 전 조회 2,651
16년 전 조회 4,296
16년 전 조회 3,198
16년 전 조회 1,912
16년 전 조회 4,464
16년 전 조회 1,818
16년 전 조회 2,006
16년 전 조회 1,669
16년 전 조회 2,150
16년 전 조회 2,068
16년 전 조회 2,051
16년 전 조회 1,834
16년 전 조회 2,594
16년 전 조회 2,233
16년 전 조회 2,393
16년 전 조회 2,622
16년 전 조회 1,886
16년 전 조회 2,770
16년 전 조회 2,657
16년 전 조회 4,961
16년 전 조회 1,737
16년 전 조회 1,480
16년 전 조회 2,432
16년 전 조회 2,386
16년 전 조회 1,948
16년 전 조회 2,495
16년 전 조회 2,703
16년 전 조회 1,804
16년 전 조회 2,168
16년 전 조회 2,346
16년 전 조회 1,431
16년 전 조회 2,145
16년 전 조회 1,824
16년 전 조회 2,331
16년 전 조회 1,724
16년 전 조회 2,626
16년 전 조회 2,322
16년 전 조회 6,309
16년 전 조회 2,329
17년 전 조회 4,096
17년 전 조회 1,870
17년 전 조회 2,167
17년 전 조회 2,509
17년 전 조회 3,024
17년 전 조회 2,722
17년 전 조회 3,168
17년 전 조회 3,416
17년 전 조회 3,426
17년 전 조회 2,237
17년 전 조회 1,960
17년 전 조회 1,830
17년 전 조회 2,146
17년 전 조회 1,628