우연찮게 크로스 도메인 과 타 도메인에서 AJAX 로 값을 주고받을 일이 있었다, 그런데 계속 0 에러를 발생하길레, 곰곰히 생각해 보니 예전에 얼핏 타 도메인에서는 기존의 AJAX 호출로는 값을 주고 받을 수 없다는 것이 기억나서 해당 부분을 찾아 보았다. function demo(data1, data2, data3){ var remoteAddr = ""; if(File != "" && Gubun != "" && Title != ""){ $.getJSON("http://도메인/파일명?callbak=?",{data1:escape(data1),data2:escape(data2),data3:escape(data3)},function(data) { if(data.result == "SUCC"){ result ..
아래와 같은 식으로 계속 사진을 첨부할 수 있는 구조의 사진 업로드를 구성하였다. var ImgTmp = $('#ImgTmp').val(); $(document).ready(function(){ var button = $('#addBtn'), interval; new AjaxUpload(button, { action: '/ajax/ajax_upload_images.asp', name: 'strFile1', data: { mode : 'write', strBoardID : '', ImgVAL : $('#ImgTmp').val() }, onSubmit : function(file, ext){ // If you want to allow uploading only 1 file at time, // you can..
간단하게 SNS 공유하기 버튼을 만들어야 할때 유용한 SNS 공유하기 스크립트. 사용자 필요에 따라 추가값을 정의하여 함수 호출시 사용하면 유용할 듯 싶다. function SNS_gongu2(SNS){ var siteUrl = "사이트 주소"; var siteContent = encodeURI("공유 내용"); var siteshort = encodeURI("짦은 설명 (제목 등) "); var siteBody = "\""+siteContent+"\":"+siteUrl; // me2day 용 (링크 액션 줄 수 있도록) if(SNS == "facebook"){ window.open("http://www.facebook.com/sharer.php?u="+siteUrl+"&t="+siteContent+""..
웹접근성 작업등이나 폼 validation체크를 해야할 경우, 일일이 Javascript 로 if 문 구문을 생성하여 처리할 수 있지만. 입력값이 얼마 없으면 간단하게 체크 하면 되지만, 많은 분량의 입력값이 있을경우, 이를 일일이 Javascript 를 생성하는 것은 상당히 번거로운 작업이다. 이럴때 JQuery 또는 Javascript 를 활용한 validation 체크에 대해 적어보고자 한다. 1, 가장 기본적으로 사용되는 wres.js // JS 하단 정의 /* required = 필수 값 여부 trim = 양쪽 공백 없애기 minlength = 최소 입력값 설정 email = 이메일 주소 형식 검사 hangul = 한글인지 검사 (자음, 모음만 있는 한글은 불가) hangul2 = 한글인지 검사..
// 1. POST 방식을 사용할 것. GET 방식으로 암만 encodeURIComponent() 를 해봤자, 받는 페이지에서 늘 깨졌다. request.open("POST", url, true); request.setRequestHeader("Content-Type","application/x-www-form-urlencoded"); request.onreadystatechange = updateZipCode; request.send( "area=" + encodeURIComponent(area) ); // 2. 받는 페이지에서 request 속성을 utf-8 로 인코딩하여 받는다. // 페이지 콘텐트타입은 어떤것이든 상관없다. 출처 : beizix 님의 블로그 http://beizix.egloos.c..
Javascript trim In programming, trim is a string manipulation function or algorithm. The most popular variants of the trim function strip only the beginning or end of the string. Typically named ltrim and rtrim respectively. This Javascript code trim implementation removes all leading and trailing occurrences of a set of characters specified. If no characters are specified it will trim whitespac..
AJAX file upload Ever wanted to upload files using AJAX like in GMAIL, without reloading the page? Now you can. Cross browser method to upload files using AJAX in only 1Kb of code. You need to create a form with file fields you wish to upload and define “onsubmit” event. Look at the example below how to do that. Tested in IE5.5+, FF1.0+, OP 8.0+ DEMOSource code for index.html Name: File: # of su..
jQuery.banner.js 파일이 필요합니다. 이 파일도 다운받아 적절한 위치에 가져다 놓으셔야 합니다. 소스는 하단에 첨부하겠습니다. 일단 사용법을 말씀드리면.$(function() { $("#image_list_1").jQBanner({ //롤링을 할 영역의 ID 값 nWidth:600, //영역의 width nHeight:150, //영역의 height nCount:5, //돌아갈 이미지 개수 isActType:"up", //움직일 방향 (left, right, up, down) nOrderNo:1, //초기 이미지 nDelay:2000 //롤링 시간 타임 (1000 = 1초) /*isBtnType:"li"*/ //라벨(버튼 타입) - 여기는 안쓰임 } ); }); 참조 : 즐거움을 찾자 Fin..
- Total
- Today
- Yesterday
- php
- CKEditor
- 파일명 공백
- HTTPD
- CKFinder
- Entity Code
- postForObject
- 엔티티 코드표
- 1차원 배열저장
- 정규식
- selinux
- iis 파일 다운로드 공백
- resttemplate
- 구분자 자르기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |