code
stringlengths
1
2.08M
language
stringclasses
1 value
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Strana'; $.fn.pagination.defaults.afterPageText = 'z {pages}'; $.fn.pagination.defaults.displayMsg = 'Zobrazuji {from} do {to} z {celkové} položky'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Zpracování, čekejte prosím ...'; } if ...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Page'; $.fn.pagination.defaults.afterPageText = 'de {pages}'; $.fn.pagination.defaults.displayMsg = 'Affichage de {from} et {to} au {total} des articles'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = "Traitement, s'il vous plaît patien...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = '第'; $.fn.pagination.defaults.afterPageText = '共{pages}页'; $.fn.pagination.defaults.displayMsg = '显示{from}到{to},共{total}记录'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = '正在处理,请稍待。。。'; } if ($.messager){ $.messager.defaults.ok = '确定...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Seite'; $.fn.pagination.defaults.afterPageText = 'von {pages}'; $.fn.pagination.defaults.displayMsg = 'Angezeigte {from} zu {to} von {total} Artikel'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Processing, bitte warten ...'; } if ...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Страница'; $.fn.pagination.defaults.afterPageText = 'от {pages}'; $.fn.pagination.defaults.displayMsg = 'Показани {from} за {to} от {total} продукти'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Обработка, моля изчакайте ...'; } if...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Pagina'; $.fn.pagination.defaults.afterPageText = 'van {pages}'; $.fn.pagination.defaults.displayMsg = 'Tonen van {from} tot {to} van de {totale} items'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Verwerking, even geduld ...'; } i...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = '第'; $.fn.pagination.defaults.afterPageText = '共{pages}頁'; $.fn.pagination.defaults.displayMsg = '顯示{from}到{to},共{total}記錄'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = '正在處理,請稍待。。。'; } if ($.messager){ $.messager.defaults.ok = '確定...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Page'; $.fn.pagination.defaults.afterPageText = 'of {pages}'; $.fn.pagination.defaults.displayMsg = 'Displaying {from} to {to} of {total} items'; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Processing, please wait ...'; } if ($.mes...
JavaScript
if ($.fn.pagination){ $.fn.pagination.defaults.beforePageText = 'Pàgina'; $.fn.pagination.defaults.afterPageText = 'de {pages}'; $.fn.pagination.defaults.displayMsg = "Veient {from} a {to} de {total} d'articles"; } if ($.fn.datagrid){ $.fn.datagrid.defaults.loadMsg = 'Elaboració, si us plau esperi ...'; } i...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ var _3=$("<span class=\"spinner\">"+"<span class=\"spinner-arrow\">"+"<span class=\"spinner-arrow-up\"></span>"+"<span...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ $(_2).appendTo("body"); $(_2).addClass("menu-top"); var _3=[]; _4($(_2)); var _5=null; for(var i=0;i<_3.length;i++){ v...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ var _3=$.data(_2,"combogrid").options; var _4=$.data(_2,"combogrid").grid; $(_2).addClass("combogrid-f"); $(_2).combo(...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ _2.each(function(){ $(this).remove(); if($.browser.msie){ this.outerHTML=""; } }); }; function _3(_4,_5){ var _6=$.dat...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ var _1=false; function _2(_3){ var _4=$.data(_3,"layout").options; var _5=$.data(_3,"layout").panels; var cc=$(_3); if(_4.fit==true){ v...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(e){ var _2=$.data(e.data.target,"draggable").options; var _3=e.data; var _4=_3.startLeft+e.pageX-_3.startX; var _5=_3.start...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ var t=$(_2); t.wrapInner("<div class=\"dialog-content\"></div>"); var _3=t.find(">div.dialog-content"); _3.css("paddin...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ var _3=$.data(_2,"treegrid").options; $(_2).datagrid($.extend({},_3,{url:null,onLoadSuccess:function(){ },onResizeColu...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ $.fn.resizable=function(_1,_2){ if(typeof _1=="string"){ return $.fn.resizable.methods[_1](this,_2); } function _3(e){ var _4=e.data; v...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2,_3){ var _4=$.data(_2,"window").options; if(_3){ if(_3.width){ _4.width=_3.width; } if(_3.height){ _4.height=_3.height; ...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ var _3=$(">div.tabs-header",_2); var _4=0; $("ul.tabs li",_3).each(function(){ _4+=$(this).outerWidth(true); }); var _...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ $(_2).addClass("validatebox-text"); }; function _3(_4){ var _5=$.data(_4,"validatebox").tip; if(_5){ _5.remove(); } $(...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ $(_2).addClass("droppable"); $(_2).bind("_dragenter",function(e,_3){ $.data(_2,"droppable").options.onDragEnter.apply(...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2,_3){ _3=_3||{}; if(_3.onSubmit){ if(_3.onSubmit.call(_2)==false){ return; } } var _4=$(_2); if(_3.url){ _4.attr("action"...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(el,_2,_3,_4){ var _5=$(el).window("window"); if(!_5){ return; } switch(_2){ case null: _5.show(); break; case "slide": _5.s...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ var _3=$(_2); _3.addClass("tree"); return _3; }; function _4(_5){ var _6=[]; _7(_6,$(_5)); function _7(aa,_8){ _8.chil...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ $.parser={auto:true,onComplete:function(_1){ },plugins:["linkbutton","menu","menubutton","splitbutton","tree","combobox","combotree","n...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ var _3=$.data(_2,"combotree").options; var _4=$.data(_2,"combotree").tree; $(_2).addClass("combotree-f"); $(_2).combo(...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ $.extend(Array.prototype,{indexOf:function(o){ for(var i=0,_1=this.length;i<_1;i++){ if(this[i]==o){ return i; } } return -1; },remove:...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ var _3=$.data(_2,"timespinner").options; $(_2).spinner(_3); $(_2).unbind(".timespinner"); $(_2).bind("click.timespinne...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2,_3){ var _4=$.data(_2,"combo").options; var _5=$.data(_2,"combo").combo; var _6=$.data(_2,"combo").panel; if(_3){ _4.wid...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ var _3=$.data(_2,"pagination").options; var _4=$(_2).addClass("pagination").empty(); var t=$("<table cellspacing=\"0\"...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ var _3=$.data(_2,"calendar").options; var t=$(_2); if(_3.fit==true){ var p=t.parent(); _3.width=p.width(); _3.height=p...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ var _3=$.data(_2,"numberbox").options; var _4=parseFloat($(_2).val()).toFixed(_3.precision); if(isNaN(_4)){ $(_2).val(...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ var _3=$.data(_2,"accordion").options; var _4=$.data(_2,"accordion").panels; var cc=$(_2); if(_3.fit==true){ var p=cc....
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ var _3=$.data(_2,"splitbutton").options; var _4=$(_2); _4.removeClass("s-btn-active s-btn-plain-active"); _4.linkbutto...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ var _3=$(_2); var _4=$("<div class=\"datebox-calendar\">"+"<div class=\"datebox-calendar-inner\">"+"<div></div>"+"</di...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ var _3=$.data(_2,"numberspinner").options; $(_2).spinner(_3).numberbox(_3); }; function _4(_5,_6){ var _7=$.data(_5,"n...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ var _3=$.data(_2,"menubutton").options; var _4=$(_2); _4.removeClass("m-btn-active m-btn-plain-active"); _4.linkbutton...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2){ var _3=$.data(_2,"linkbutton").options; $(_2).empty(); $(_2).addClass("l-btn"); if(_3.id){ $(_2).attr("id",_3.id); }el...
JavaScript
/** * jQuery EasyUI 1.2.1 * * Licensed under the GPL: * http://www.gnu.org/licenses/gpl.txt * * Copyright 2010 stworthy [ stworthy@gmail.com ] * */ (function($){ function _1(_2,_3){ var _4=$(_2).combo("panel"); var _5=_4.find("div.combobox-item[value="+_3+"]"); if(_5.length){ if(_5.position().top...
JavaScript
/* Copyright (c) 2006 Brandon Aaron (http://brandonaaron.net) * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. * * $LastChangedDate: 2007-07-21 18:44:59 -0500 (Sat, 21 Jul 2007) $ * $Rev: 2446 $ * * Versio...
JavaScript
/** * This jQuery plugin displays pagination links inside the selected elements. * * @author Gabriel Birke (birke *at* d-scribe *dot* de) * @version 1.1 * @param {int} maxentries Number of entries to paginate * @param {Object} opts Several options (see README for documentation) * @return {Object} jQuery Object ...
JavaScript
/** * Cookie plugin * * Copyright (c) 2006 Klaus Hartl (stilbuero.de) * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * */ /** * Create a cookie with the given name and value and other optional parameters. ...
JavaScript
/* Copyright (C) 2009 - 2012 WebSite: Http://wangking717.javaeye.com/ Author: wangking */ $(function(){ var xOffset = -20; // x distance from mouse var yOffset = 20; // y distance from mouse //input action $("[reg],[url]:not([reg]),[tip]").hover( function(e) { if($(this).attr('tip') ...
JavaScript
function FindProxyForURL(url, host) { PROXY = "PROXY yourhttpproxy:80"; DEFAULT = "DIRECT"; if(/^[\w\-]+:\/+(?!\/)(?:[^\/]+\.)?appspot\.com/i.test(url)) return PROXY; if(/^[\w\-]+:\/+(?!\/)(?:[^\/]+\.)?blogspot\.com/i.test(url)) return PROXY; if(/^[\w\-]+:\/+(?!\/)(\d{2,}\.)docs\.google\.com/i.test(url)) return P...
JavaScript
function ReinitIframe(frame){ this.iframe = document.getElementById(frame); var bHeight = 0; var dHeight = 0; if(this.iframe != null){ if(this.iframe.contentWindow.document.body.scrollHeight != null) bHeight = this.iframe.contentWindow.document.body.scrollHeight; if(this.iframe.contentWindow.document.d...
JavaScript
var cal; var isFocus=false; //是否为焦点 var pickMode ={ "second":1, "minute":2, "hour":3, "day":4, "month":5, "year":6 }; var topY=0,leftX=0; //自定义定位偏移量 2007-02-11 由 寒羽枫添加 //选择日期 → 由 寒羽枫 2007-06-10 添加,通过 ID 来选日期 function SelectDateById(id,strFormat,x,y) { var obj = document.getElementById(id); if(obj == ...
JavaScript
(function(){ var oHead = document.getElementsByTagName('head')[0]; var sBlock = 'header,footer,section,aside,article,nav,hgroup,figure,figcaption,details,summary'; var sInline = 'time,mark,ruby,rt,rp,output,keygen,meter,progress,command,source'; var sOther = 'video,audio,canvas,datalist'; var o...
JavaScript
/* jQuery form plug-in 1.0.1 * * http://bassistance.de/jquery-plugins/jquery-plugin-validation/ * http://docs.jquery.com/Plugins/Validation * * Copyright (c) 2010 NickCheng * You can affiliation me My Email Address :NickCZPing@gmail.com * And My QQ Number is: 406762380 * * $Id: jquery.form-1.0.1 6403 ...
JavaScript
/** * User: Allen * Date: 12-4-18 */ window.onload=function(){ new PosIt($('container')); var btns=getByClass('pass'); new LoginIn(btns,'hover') getByClass('login')[0].onmouseover=function(){ css('add',this,'hovers') } getByClass('login')[0].onmouseout=function(){ c...
JavaScript
/*! jQuery form plug-in 1.0.1 * * http://bassistance.de/jquery-plugins/jquery-plugin-validation/ * http://docs.jquery.com/Plugins/Validation * * Copyright (c) 2010 NickCheng * You can affiliation me My Email Address :NickCZPing@gmail.com * And My QQ Number is: 406762380 * * $Id: jquery.form-1.0.1 6403...
JavaScript
$(document).ready(function(){ //Sidebar Accordion Menu: $("#main-nav li ul").hide(); // Hide all sub menus $("#main-nav li a.current").parent().find("ul").slideToggle("slow"); // Slide down the current menu item's sub menu $("#main-nav li a.nav-top-item").click( // When a top menu item is clicked....
JavaScript
/** * WYSIWYG - jQuery plugin 0.5 * * Copyright (c) 2008-2009 Juan M Martinez * http://plugins.jquery.com/project/jWYSIWYG * * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * * $Id: $ */ (function( $ ) { $.fn....
JavaScript
/* * Facebox (for jQuery) * version: 1.2 (05/05/2008) * @requires jQuery v1.2 or later * * Examples at http://famspam.com/facebox/ * * Licensed under the MIT: * http://www.opensource.org/licenses/mit-license.php * * Copyright 2007, 2008 Chris Wanstrath [ chris@ozmm.org ] * * Usage: * * jQuery(documen...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @website http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php * @version 4.0 (2011-...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php ************************...
JavaScript
/* jQuery form plug-in 1.0.1 * * http://bassistance.de/jquery-plugins/jquery-plugin-validation/ * http://docs.jquery.com/Plugins/Validation * * Copyright (c) 2010 NickCheng * You can affiliation me My Email Address :NickCZPing@gmail.com * And My QQ Number is: 406762380 * * $Id: jquery.form-1.0.1 6403 ...
JavaScript
/*! jQuery form plug-in 1.0.1 * * http://bassistance.de/jquery-plugins/jquery-plugin-validation/ * http://docs.jquery.com/Plugins/Validation * * Copyright (c) 2010 NickCheng * You can affiliation me My Email Address :NickCZPing@gmail.com * And My QQ Number is: 406762380 * * $Id: jquery.form-1.0.1 6403...
JavaScript
/*$(document).on('click','a.modal',function(){ alert('test'); $.colorbox({ href: $(this).attr('href'), transition: 'fade', scrolling:false, opacity: 0.95 }); });*/ $(document).ready(function(){ $(".modal").colorbox({overlayClose: false}); });
JavaScript
/*! * jQuery Form Plugin * version: 2.84 (12-AUG-2011) * @requires jQuery v1.3.2 or later * * Examples and documentation at: http://malsup.com/jquery/form/ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html */...
JavaScript
(function ($, document, window) { var defaults = { transition: "elastic", speed: 300, width: false, initialWidth: "600", innerWidth: false, maxWidth: false, height: false, initialHeight: "450", innerHeight: false, maxHeight: false, scalePhotos: true, scrolling: true, inline: false, html: false, iframe: false, fastIfram...
JavaScript
var OutlookController = { MessagesPaneName: "MessageList", MessageBodyName: "messageBody", ContentSplitterPaneResized: function (s, e) { if(typeof (MessagesGrid) != "undefined") { if(e.pane.name === OutlookController.MessagesPaneName) { MessagesGrid.SetHeight(e...
JavaScript
/*! SWFObject v2.2 <http://code.google.com/p/swfobject/> is released under the MIT License <http://www.opensource.org/licenses/mit-license.php> */ var swfobject = function() { var UNDEF = "undefined", OBJECT = "object", SHOCKWAVE_FLASH = "Shockwave Flash", SHOCKWAVE_FLASH_AX = "ShockwaveFlash.Shoc...
JavaScript
BrowserHistoryUtils = { addEvent: function(elm, evType, fn, useCapture) { useCapture = useCapture || false; if (elm.addEventListener) { elm.addEventListener(evType, fn, useCapture); return true; } else if (elm.attachEvent) { var r = elm.att...
JavaScript
var links = []; links[links.length] = [5, 0]; links[links.length] = [1, 0]; links[links.length] = [6, 5]; links[links.length] = [2, 0]; links[links.length] = [3, 2]; links[links.length] = [7, 5]; links[links.length] = [8, 7]; links[links.length] = [9, 8]; links[links.length] = [10, 9]; links[links.length] = [...
JavaScript
var nodes = []; nodes[nodes.length] = ["富山", "賓霞洞", 22.34155, 114.20847]; nodes[nodes.length] = ["富山", "宏景花園", 22.34094, 114.20793]; nodes[nodes.length] = ["富山", "嘉峰臺", 22.34066, 114.20979]; nodes[nodes.length] = ["富山", "健體站", 22.34058, 114.21114]; nodes[nodes.length] = ["富山", "MID1", 22.34136, 114.21191]; nodes[...
JavaScript
$(document).ready(function(){ if($("ul.dropdown").length) { $("ul.dropdown li").dropdown(); } if($("ul.user_navigation").length) { $("ul.user_navigation li").dropdown(); } }); $.fn.dropdown = function() { return this.each(function() { $(this).hover(function(){ $(this).addClass("hover"); $('> .di...
JavaScript
//** Smooth Navigational Menu- By Dynamic Drive DHTML code library: http://www.dynamicdrive.com //** Script Download/ instructions page: http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/ //** Menu created: Nov 12, 2008 //** Dec 12th, 08" (v1.01): Fixed Shadow issue when multiple LIs within the same UL (level) co...
JavaScript
/* * jQuery UI Multilevel Accordion v.1 * * Copyright (c) 2011 Pieter Pareit * * http://www.scriptbreaker.com * */ //plugin definition (function($){ $.fn.extend({ //pass the options variable to the function accordion: function(options) { var defaults = { ...
JavaScript
/************************************************************************ ************************************************************************* @Name : QapTcha - jQuery Plugin @Revison : 2.6 @Date : 26/01/2011 @Author: Surrel Mickael (www.myjqueryplugins.com - www.msconcept.fr) @License : ...
JavaScript
jQuery.extend({ createUploadIframe: function(id, uri) { //create frame var frameId = 'jUploadFrame' + id; var iframeHtml = '<iframe id="' + frameId + '" name="' + frameId + '" style="position:absolute; top:-9999px; left:-9999px"'; if(window.ActiveXObject) { ...
JavaScript
/** * Copyright (c) 2010 Anders Ekdahl (http://coffeescripter.com/) * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. * * Version: 1.2.4 * * Demo and documentation: http://coffeescripter.com/code/ad-gallery/...
JavaScript
/* * jQuery Nivo Slider v3.1 * http://nivo.dev7studios.com * * Copyright 2012, Dev7studios * Free to use and abuse under the MIT license. * http://www.opensource.org/licenses/mit-license.php */ (function($) { var NivoSlider = function(element, options){ // Defaults are below var ...
JavaScript
// Password strength meter // This jQuery plugin is written by Firas Kassem [2007.04.05] and modified by Amin Rajaee [2009.07.26] // Firas Kassem phiras.wordpress.com || phiras at gmail {dot} com // Amin Rajaee rajaee at gmail (dot) com // for more information : http://phiras.wordpress.com/2007/04/08/password-...
JavaScript
/* ================================================== * * @Method: echeck * @Describe: check format of email * =================================================== */ function echeck(d) { return /^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\...
JavaScript
/** * A Javascript object to encode and/or decode html characters using HTML or Numeric entities that handles double or partial encoding * Author: R Reid * source: http://www.strictly-software.com/htmlencode * Licences: GPL, The MIT License (MIT) * Copyright: (c) 2011 Robert Reid - Strictly-Software.com * ...
JavaScript
 /** * @license Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.html or http://ckeditor.com/license */ /** * This file was added automatically by CKEditor builder. * You may re-use it at any time at http://ckeditor.com/builder to build CKEditor aga...
JavaScript
/* Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */
JavaScript
/** * @license Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = ...
JavaScript