메뉴 건너뛰기

컴' 게시판

본문시작

조회 수 18531 추천 수 0 댓글 0

jQuery 1.5 이상에서 ajaxfileupload.js 사용 시에 다음과 같은 에러 메세지가 나오면서 작동하지 않습니다. 

chrome : "Uncaught TypeError: Object function (a,b){return new e.fn.init(a,b,h)} has no method 'handleError'"

filefox : "jQuery.handleError is not a function"

다음처럼 해결하시면 됩니다. 

ajaxfileupload.js 파일을 여신 다음에

jQuery.extend 함수 안에

 

handleError:function( s, xhr, status, e ){// If a local callback was specified, fire itif( s.error ){ s.error.call( s.context || window, xhr, status, e );}// Fire the global callbackif( s.global){(s.context ? jQuery(s.context): jQuery.event).trigger("ajaxError",[xhr, s, e]);}},

다음의 소스를 붙어 넣으시면 됩니다. 

출처 : http://stackoverflow.com/questions/8627201/ajax-upload-plugin-throwing-jquery-handleerror-not-found


  1. 08
    Jun 2013
    10:27

    NGINX 502 Gateway Error

    CategoryIT/개발 By꿈자 Reply0 Views18718 Votes0
    Read More
  2. 04
    Jun 2013
    09:44

    우분투 NGINX 가상호스트 설정

    CategoryIT/개발 By꿈자 Reply0 Views29105 Votes0
    Read More
  3. 21
    May 2013
    18:16

    ajaxFileupload.js 사용시 ...

    CategoryIT/개발 By꿈자 Reply0 Views18531 Votes0
    Read More
  4. 14
    May 2013
    21:57

    PHP 백그라운드 비동기 처리

    CategoryIT/개발 By꿈자 Reply0 Views28811 Votes0 secret
    Read More
  5. 08
    May 2013
    09:55

    RSA XML to PEM 변환

    CategoryIT/개발 By꿈자 Reply0 Views27739 Votes0 file
    Read More
  6. 27
    Apr 2013
    00:29

    우분투 종료/재부팅 및 관...

    CategoryIT/개발 By꿈자 Reply0 Views25422 Votes0
    Read More
  7. 27
    Apr 2013
    00:12

    우분투(Ubuntu) LEMP(Linux...

    CategoryIT/개발 By꿈자 Reply0 Views37210 Votes0
    Read More
  8. 25
    Apr 2013
    15:35

    시화/안산 - 강남 간 고속버스

    Category개인자료 By꿈자 Reply0 Views52724 Votes0 file
    Read More
  9. 25
    Apr 2013
    09:16

    XMPP

    CategoryIT/개발 By꿈자 Reply0 Views211 Votes0
    Read More
  10. 19
    Apr 2013
    22:52

    색감 테스트

    Category카메라 By꿈자 Reply1 Views46 Votes0 file
    Read More
Board Pagination Prev 1 ... 10 11 12 13 14 ... 17 Next
/ 17