loA40Qfnhfl4vj8oCDDO1aM5l0WSLm933nRm3Txp
Bookmark
모두 보기 글

Jquery 이미지 드래그 설정 ( Web, Mobile )

1.  스크립트 파일을 추가한다. 웹 2개 모바일 2개 모바일은 jquery.ui.touch-punch.min.js 파일을 다운받아 하나더 추가한다. 주소 : https://github.com/furf/jquery-ui-touch-punch //웹용 스크립…

Jquery 숫자만 입력하기

$("#phone").keyup(function(){$(this).val( $(this).val().replace(/[^0-9]/g,"") );} );

sublime Text SFTP 기본 설정

{     // The tab key will cycle through the settings when first created     // Visit http://wbond.net/sublime_packages/sftp/settings for help     …

facebook 페이지에 app 추가하기

https://www.facebook.com/dialog/pagetab? app_id=YOUR_APP_ID &redirect_uri=YOUR_URL 참고 URL : https://developers.facebook.com/docs/pages/tabs

iframe 에서 부모창 접근하기

부모창 소스 <html> <body> <iframe id="test1" frameborder="0" src="test.jsp"></ifame> <body> …

APM_SETUP 에서 Facebook needs the CURL PHP extension 에러 처리 방법

Curl 깔리지 않아서 나는 에러이다. 1. APM_Setup\Server\PHP5\ext\php_curl.dll 파일 확인후 2 php.ini 파일에 extension=php_curl.dll 주석을 해제한다.