code
stringlengths
1
2.08M
language
stringclasses
1 value
/** * FwValidator.Response * * @package jquery * @subpackage validator */ FwValidator.Response = function() { this.formId = null; this.elmForm = null; this.elmsTarget = null; this.elmsCurrErrorField = []; this.elmCurrField = null; this.elmCurrFieldType = null; this.elmCurrFieldD...
JavaScript
/** * FwValidator.Helper * * @package jquery * @subpackage validator */ FwValidator.Helper = { parent : FwValidator, /** * 메세지 엘리먼트의 아이디 prefix */ msgIdPrefix : 'msg_', /** * 메세지 엘리먼트의 클래스 명 prefix */ msgClassNamePrefix : 'msg_error_mark_', /** * 결과 반환 ...
JavaScript
/** * FwValidator.Filter * * @package jquery * @subpackage validator */ FwValidator.Filter = { parent : FwValidator, isFill : function(Response, cond) { if (typeof cond != 'string') { var count = cond.length; var result = this.parent.Helper.getResult(Response, parent...
JavaScript
/** * FwValidator.Verify * * @package jquery * @subpackage validator */ FwValidator.Verify = { parent : FwValidator, isNumber : function(value, cond) { if (value == '') return true; if (!cond) { cond = 1; } cond = parseInt(cond); pos = 1; ...
JavaScript
/** * FwValidator.Handler * * @package jquery * @subpackage validator */ FwValidator.Handler = { parent : FwValidator, /** * 사용자 정의형 에러핸들러(엘리먼트 아이디별로 저장됨) */ customErrorHandler : {}, /** * 사용자 정의형 에러핸들러(필터별로 저장됨) */ customErrorHandlerByFilter : {}, /** * 사...
JavaScript
/** * FwValidator * * @package jquery * @subpackage validator */ var FwValidator = { /** * 디버그 모드 */ DEBUG_MODE : false, /** * 결과 코드 */ CODE_SUCCESS : true, CODE_FAIL : false, /** * 어트리뷰트 명 */ ATTR_FILTER : 'fw-filter', ATTR_MSG ...
JavaScript
/** * Really Simple Color Picker in jQuery * * Copyright (c) 2008 Lakshan Perera (www.laktek.com) * Licensed under the MIT (MIT-LICENSE.txt) licenses. * */ (function($){ $.fn.colorPicker = function(){ if(this.length > 0) buildSelector(); return this.each(function(i) { buildPicker(this)}); }; ...
JavaScript
/* * Treeview 1.5pre - jQuery plugin to hide and show branches of a tree * * http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ * http://docs.jquery.com/Plugins/Treeview * * Copyright (c) 2007 Jörn Zaefferer * * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-...
JavaScript
/*! * jQuery JavaScript Library v1.6 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. *...
JavaScript
/*! * jQuery JavaScript Library v1.5 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. *...
JavaScript
/*! * jQuery JavaScript Library v1.6.2 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.5.1 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.7.1 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.6.3 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.5.2 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.10.1 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors * Released under the MIT license * http://jquery.org/license * * Date: 2013-05-30T21:49Z */ (function( window, undefined ) { // ...
JavaScript
/*! * jQuery JavaScript Library v1.8.3 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2012 jQuery Foundation and other contributors * Released under the MIT license * http://jquery.org/license * * Date: Tue Nov 13 2012 08:20:33 GMT-0500 (Eastern Standard Time) */ (function(...
JavaScript
/*! * jQuery JavaScript Library v1.7.2 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.7 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. *...
JavaScript
function deleteArticle(idx) { var url = '/index.php?controller=write&method=delete&idx=' + idx; if (confirm('삭제하시겠습니까')) { location.href = url; } }
JavaScript
/** * Javascript Language Pack Manager */ var $L = { /** * 언어팩 배열 */ _lang : {}, /** * 비어있는 문자인지 판단 */ _isEmpty : function(val) { if (!val) return true; if (val == null) return true; if (val == undefined) return true; if (val == '') return true; ...
JavaScript
/** * i18n - Javascript Internationalization System * * @author Platform Team */ (function() { var $i18n = { /** * Messages * @var array * { * 'DOMAIN NAME' : { * 'KEY NAME' : 'value', * 'KEY NAME(Plurals) : ['value', 'value', ....
JavaScript
/*! * jQuery JavaScript Library v1.6.1 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.9.1 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2005, 2012 jQuery Foundation, Inc. and other contributors * Released under the MIT license * http://jquery.org/license * * Date: 2013-2-4 */ (function( window, undefined ) { // Can't do t...
JavaScript
/*! * jQuery JavaScript Library v1.6.4 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/** * Sslwrap * * @package jquery * @subpackage Sslwrap */ var Sslwrap = { /** * HTML 활성화 어트리뷰트 (활성화 : 1, 비활성화 : 0) * @var {string} */ _attrKey : 'fw-sslwrap', /** * 암호화 전송 REQUEST 키 * @var {string} */ _rKey : null, /** * 암호화 배열 데이터 접두어 키 * @var {s...
JavaScript
/** * @class * DatePicker 를 호출합니다. * * @options * 'pop_calendar' : '.pop_calendar' , // Calendar Html class * 'years_between' : [2007,2013] , // 셀렉트 박스의 날짜 출력 시작년, 종료년 * 'days' : ['일', '월', '화', '수', '목', '금', '토'], // 날짜 년월 * 'format' : 'yyyy-mm-dd', // 포맷 * 'animate' : true ...
JavaScript
/*** * yakuPaging.js pager * * @sinde 2010-12-03 * @author jsyang <yakuyaku@gmail.com> * @version 1.3 */ ;(function($){ $.fn.paging = function(opts) { var options = $.extend($.fn.paging.defaults, opts); var current_page = options.current_page; var total_record = options.total_record; var...
JavaScript
/** * @class * jquery.Popup.js Layer Popup OPEN, CLOSE * * @name Popup * @author JsYang <yakuyaku@gmail.com> * @since 2009-10-16 * @version 2.0 */ ;(function($) { var status = {}; var ie6 = $.browser.msie && parseInt($.browser.version) == 6 && typeof window['XMLHttpRequest'] != "object"; $.fn.Popup = f...
JavaScript
/** * @class * jsTooltips Class 특정 element's 에 마우스를 오버 하였을 경우 특정 마우스 밑에 레이어가 출력 * * 옵션 및 인스턴스가 공유 될 것인지 , 각각 해당되는 지역으로 만 존재 할 지 고민하고 개발해야 한다. * * @options 'delay' : 200, // 사라지는 시간. 'id' : "jsTooltip" , 'top' : 5, 사우스에서의 위치 'left' : 5, 'fade' : false, 'opacity...
JavaScript
/** * jquery.12r.comma.js 키보드의 숫자를 입력시 3자리마다 콤마를 찍어 줍니다. * * @options * numberCheck 키보드 입력시 문자를 체크 true, false * msg 경고 메시지 * * @use * var c =jQuery.numberformat(".comma"); * $(".comma").numberformat(); * * @auther jsyang <yakuyaku@gmail.com> * @since 2010년 12월 9일 목요일 * @version 1.0 */ ;(function($){ $....
JavaScript
/** * jquery.12r.flash.js Flash Movie Loading * * @options * * @use * $("#flash-movie").flash({wmode : Transparent, loop : false, paly : true}); * * * @auther jsyang <yakuyaku@gmail.com> * @since 2010년 12월 9일 목요일 * @version 1.0 */ ;(function($){ $.fn.flash = function(opts){ var $this = $(this); ...
JavaScript
/** * FwValidator.Response * * @package jquery * @subpackage validator */ FwValidator.Response = function() { this.formId = null; this.elmForm = null; this.elmsTarget = null; this.elmsCurrErrorField = []; this.elmCurrField = null; this.elmCurrFieldType = null; this.elmCurrFieldD...
JavaScript
/** * FwValidator.Helper * * @package jquery * @subpackage validator */ FwValidator.Helper = { parent : FwValidator, /** * 메세지 엘리먼트의 아이디 prefix */ msgIdPrefix : 'msg_', /** * 메세지 엘리먼트의 클래스 명 prefix */ msgClassNamePrefix : 'msg_error_mark_', /** * 결과 반환 ...
JavaScript
/** * FwValidator.Filter * * @package jquery * @subpackage validator */ FwValidator.Filter = { parent : FwValidator, isFill : function(Response, cond) { if (typeof cond != 'string') { var count = cond.length; var result = this.parent.Helper.getResult(Response, parent...
JavaScript
/** * FwValidator.Verify * * @package jquery * @subpackage validator */ FwValidator.Verify = { parent : FwValidator, isNumber : function(value, cond) { if (value == '') return true; if (!cond) { cond = 1; } cond = parseInt(cond); pos = 1; ...
JavaScript
/** * FwValidator.Handler * * @package jquery * @subpackage validator */ FwValidator.Handler = { parent : FwValidator, /** * 사용자 정의형 에러핸들러(엘리먼트 아이디별로 저장됨) */ customErrorHandler : {}, /** * 사용자 정의형 에러핸들러(필터별로 저장됨) */ customErrorHandlerByFilter : {}, /** * 사...
JavaScript
/** * FwValidator * * @package jquery * @subpackage validator */ var FwValidator = { /** * 디버그 모드 */ DEBUG_MODE : false, /** * 결과 코드 */ CODE_SUCCESS : true, CODE_FAIL : false, /** * 어트리뷰트 명 */ ATTR_FILTER : 'fw-filter', ATTR_MSG ...
JavaScript
/** * Really Simple Color Picker in jQuery * * Copyright (c) 2008 Lakshan Perera (www.laktek.com) * Licensed under the MIT (MIT-LICENSE.txt) licenses. * */ (function($){ $.fn.colorPicker = function(){ if(this.length > 0) buildSelector(); return this.each(function(i) { buildPicker(this)}); }; ...
JavaScript
/* * Treeview 1.5pre - jQuery plugin to hide and show branches of a tree * * http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ * http://docs.jquery.com/Plugins/Treeview * * Copyright (c) 2007 Jörn Zaefferer * * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-...
JavaScript
/*! * jQuery JavaScript Library v1.6 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. *...
JavaScript
/*! * jQuery JavaScript Library v1.5 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. *...
JavaScript
/*! * jQuery JavaScript Library v1.6.2 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.5.1 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.7.1 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.6.3 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.5.2 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.10.1 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors * Released under the MIT license * http://jquery.org/license * * Date: 2013-05-30T21:49Z */ (function( window, undefined ) { // ...
JavaScript
/*! * jQuery JavaScript Library v1.8.3 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2012 jQuery Foundation and other contributors * Released under the MIT license * http://jquery.org/license * * Date: Tue Nov 13 2012 08:20:33 GMT-0500 (Eastern Standard Time) */ (function(...
JavaScript
/*! * jQuery JavaScript Library v1.7.2 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.7 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. *...
JavaScript
function deleteArticle(idx) { //var url = '/index.php?controller=write&method=delete&idx=' + idx; var url = '/index.php/write/delete/?idx=' + idx; if (confirm('삭제하시겠습니까')) { location.href = url; } }
JavaScript
/** * Javascript Language Pack Manager */ var $L = { /** * 언어팩 배열 */ _lang : {}, /** * 비어있는 문자인지 판단 */ _isEmpty : function(val) { if (!val) return true; if (val == null) return true; if (val == undefined) return true; if (val == '') return true; ...
JavaScript
/** * i18n - Javascript Internationalization System * * @author Platform Team */ (function() { var $i18n = { /** * Messages * @var array * { * 'DOMAIN NAME' : { * 'KEY NAME' : 'value', * 'KEY NAME(Plurals) : ['value', 'value', ....
JavaScript
/*! * jQuery JavaScript Library v1.6.1 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.9.1 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2005, 2012 jQuery Foundation, Inc. and other contributors * Released under the MIT license * http://jquery.org/license * * Date: 2013-2-4 */ (function( window, undefined ) { // Can't do t...
JavaScript
/*! * jQuery JavaScript Library v1.6.4 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/** * Sslwrap * * @package jquery * @subpackage Sslwrap */ var Sslwrap = { /** * HTML 활성화 어트리뷰트 (활성화 : 1, 비활성화 : 0) * @var {string} */ _attrKey : 'fw-sslwrap', /** * 암호화 전송 REQUEST 키 * @var {string} */ _rKey : null, /** * 암호화 배열 데이터 접두어 키 * @var {s...
JavaScript
/** * @class * DatePicker 를 호출합니다. * * @options * 'pop_calendar' : '.pop_calendar' , // Calendar Html class * 'years_between' : [2007,2013] , // 셀렉트 박스의 날짜 출력 시작년, 종료년 * 'days' : ['일', '월', '화', '수', '목', '금', '토'], // 날짜 년월 * 'format' : 'yyyy-mm-dd', // 포맷 * 'animate' : true ...
JavaScript
/*** * yakuPaging.js pager * * @sinde 2010-12-03 * @author jsyang <yakuyaku@gmail.com> * @version 1.3 */ ;(function($){ $.fn.paging = function(opts) { var options = $.extend($.fn.paging.defaults, opts); var current_page = options.current_page; var total_record = options.total_record; var...
JavaScript
/** * @class * jquery.Popup.js Layer Popup OPEN, CLOSE * * @name Popup * @author JsYang <yakuyaku@gmail.com> * @since 2009-10-16 * @version 2.0 */ ;(function($) { var status = {}; var ie6 = $.browser.msie && parseInt($.browser.version) == 6 && typeof window['XMLHttpRequest'] != "object"; $.fn.Popup = f...
JavaScript
/** * @class * jsTooltips Class 특정 element's 에 마우스를 오버 하였을 경우 특정 마우스 밑에 레이어가 출력 * * 옵션 및 인스턴스가 공유 될 것인지 , 각각 해당되는 지역으로 만 존재 할 지 고민하고 개발해야 한다. * * @options 'delay' : 200, // 사라지는 시간. 'id' : "jsTooltip" , 'top' : 5, 사우스에서의 위치 'left' : 5, 'fade' : false, 'opacity...
JavaScript
/** * jquery.12r.comma.js 키보드의 숫자를 입력시 3자리마다 콤마를 찍어 줍니다. * * @options * numberCheck 키보드 입력시 문자를 체크 true, false * msg 경고 메시지 * * @use * var c =jQuery.numberformat(".comma"); * $(".comma").numberformat(); * * @auther jsyang <yakuyaku@gmail.com> * @since 2010년 12월 9일 목요일 * @version 1.0 */ ;(function($){ $....
JavaScript
/** * jquery.12r.flash.js Flash Movie Loading * * @options * * @use * $("#flash-movie").flash({wmode : Transparent, loop : false, paly : true}); * * * @auther jsyang <yakuyaku@gmail.com> * @since 2010년 12월 9일 목요일 * @version 1.0 */ ;(function($){ $.fn.flash = function(opts){ var $this = $(this); ...
JavaScript
/** * FwValidator.Response * * @package jquery * @subpackage validator */ FwValidator.Response = function() { this.formId = null; this.elmForm = null; this.elmsTarget = null; this.elmsCurrErrorField = []; this.elmCurrField = null; this.elmCurrFieldType = null; this.elmCurrFieldD...
JavaScript
/** * FwValidator.Helper * * @package jquery * @subpackage validator */ FwValidator.Helper = { parent : FwValidator, /** * 메세지 엘리먼트의 아이디 prefix */ msgIdPrefix : 'msg_', /** * 메세지 엘리먼트의 클래스 명 prefix */ msgClassNamePrefix : 'msg_error_mark_', /** * 결과 반환 ...
JavaScript
/** * FwValidator.Filter * * @package jquery * @subpackage validator */ FwValidator.Filter = { parent : FwValidator, isFill : function(Response, cond) { if (typeof cond != 'string') { var count = cond.length; var result = this.parent.Helper.getResult(Response, parent...
JavaScript
/** * FwValidator.Verify * * @package jquery * @subpackage validator */ FwValidator.Verify = { parent : FwValidator, isNumber : function(value, cond) { if (value == '') return true; if (!cond) { cond = 1; } cond = parseInt(cond); pos = 1; ...
JavaScript
/** * FwValidator.Handler * * @package jquery * @subpackage validator */ FwValidator.Handler = { parent : FwValidator, /** * 사용자 정의형 에러핸들러(엘리먼트 아이디별로 저장됨) */ customErrorHandler : {}, /** * 사용자 정의형 에러핸들러(필터별로 저장됨) */ customErrorHandlerByFilter : {}, /** * 사...
JavaScript
/** * FwValidator * * @package jquery * @subpackage validator */ var FwValidator = { /** * 디버그 모드 */ DEBUG_MODE : false, /** * 결과 코드 */ CODE_SUCCESS : true, CODE_FAIL : false, /** * 어트리뷰트 명 */ ATTR_FILTER : 'fw-filter', ATTR_MSG ...
JavaScript
/** * Really Simple Color Picker in jQuery * * Copyright (c) 2008 Lakshan Perera (www.laktek.com) * Licensed under the MIT (MIT-LICENSE.txt) licenses. * */ (function($){ $.fn.colorPicker = function(){ if(this.length > 0) buildSelector(); return this.each(function(i) { buildPicker(this)}); }; ...
JavaScript
/* * Treeview 1.5pre - jQuery plugin to hide and show branches of a tree * * http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ * http://docs.jquery.com/Plugins/Treeview * * Copyright (c) 2007 Jörn Zaefferer * * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-...
JavaScript
/*! * jQuery JavaScript Library v1.6 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. *...
JavaScript
/*! * jQuery JavaScript Library v1.5 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. *...
JavaScript
/*! * jQuery JavaScript Library v1.6.2 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.5.1 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.7.1 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.6.3 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.5.2 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.10.1 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors * Released under the MIT license * http://jquery.org/license * * Date: 2013-05-30T21:49Z */ (function( window, undefined ) { // ...
JavaScript
/*! * jQuery JavaScript Library v1.8.3 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2012 jQuery Foundation and other contributors * Released under the MIT license * http://jquery.org/license * * Date: Tue Nov 13 2012 08:20:33 GMT-0500 (Eastern Standard Time) */ (function(...
JavaScript
/*! * jQuery JavaScript Library v1.7.2 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
JavaScript
/*! * jQuery JavaScript Library v1.7 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. *...
JavaScript
function deleteArticle(idx) { //var url = '/index.php?controller=write&method=delete&idx=' + idx; var url = '/index.php/write/delete/?idx=' + idx; if (confirm('삭제하시겠습니까')) { location.href = url; } }
JavaScript
/* Copyright 2010 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
JavaScript
/* Copyright 2010 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
JavaScript
/* Copyright 2010 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
JavaScript
/* Copyright 2010 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
JavaScript
/* Copyright 2010 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
JavaScript
/* Copyright 2010 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
JavaScript
/* Copyright 2010 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
JavaScript
/* Copyright 2012 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
JavaScript
/* Copyright 2010 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
JavaScript
/* Copyright 2012 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
JavaScript
/* Copyright 2010 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
JavaScript
/* Copyright 2012 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
JavaScript
/* Copyright 2010 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
JavaScript
/* Copyright 2010 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
JavaScript
/* Copyright 2012 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
JavaScript
/* Copyright 2012 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
JavaScript