code
stringlengths
1
2.08M
language
stringclasses
1 value
/*! HTML5 Shiv vpre3.5 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed */ ;(function(window, document) { /** Preset options */ var options = window.html5 || {}; /** Used to skip problem elements */ var reSkip = /^<|^(?:button|form|map|select|textarea|object|iframe|option|optgroup)$/i; /** Not all el...
JavaScript
var langList = [ {name:'en', charset:'UTF-8'}, {name:'zh-cn', charset:'UTF-8'}, {name:'zh-tw', charset:'UTF-8'} ]; var skinList = [ {name:'default', charset:'UTF-8'}, {name:'whyGreen', charset:'UTF-8'} ];
JavaScript
var $lang={ errAlertMsg: "\u4E0D\u5408\u6CD5\u7684\u65E5\u671F\u683C\u5F0F\u6216\u8005\u65E5\u671F\u8D85\u51FA\u9650\u5B9A\u7BC4\u570D,\u9700\u8981\u64A4\u92B7\u55CE?", aWeekStr: ["\u5468","\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"], aLongWeekStr:["\u5468","\u661F\u671F\u65E5","\u661F\u671F\u4E00","...
JavaScript
var $lang={ errAlertMsg: "Invalid date or the date out of range,redo or not?", aWeekStr: ["wk", "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], aLongWeekStr:["wk","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"], aMonStr: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", ...
JavaScript
var $lang={ errAlertMsg: "\u4E0D\u5408\u6CD5\u7684\u65E5\u671F\u683C\u5F0F\u6216\u8005\u65E5\u671F\u8D85\u51FA\u9650\u5B9A\u8303\u56F4,\u9700\u8981\u64A4\u9500\u5417?", aWeekStr: ["\u5468","\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"], aLongWeekStr:["\u5468","\u661F\u671F\u65E5","\u661F\u671F\u4E00","...
JavaScript
/** * jQuery Validation Plugin 1.8.0 * * http://bassistance.de/jquery-plugins/jquery-plugin-validation/ * http://docs.jquery.com/Plugins/Validation * * Copyright (c) 2006 - 2011 Jörn Zaefferer * * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://w...
JavaScript
// 手机号码验证 jQuery.validator.addMethod("mobile", function(value, element) { var length = value.length; return this.optional(element) || (length == 11 && /^(((13[0-9]{1})|(15[0-9]{1}))+\d{8})$/.test(value) || /^(((18[0-9]{1})|(15[0-9]{1}))+\d{8})$/.test(value) || /^(((15[0-9]{1})|(15[0-9]{1}))+\d{8})$/.test(value))...
JavaScript
/* Modernizr 2.6.2 (Custom Build) | MIT & BSD * Build: http://modernizr.com/download/#-draganddrop-hasevent */ ; window.Modernizr = (function( window, document, undefined ) { var version = '2.6.2', Modernizr = {}, docElement = document.documentElement, mod = 'modernizr', m...
JavaScript
(function(){ Douban.init_lnk_share = function(e){ var el = $(this), param = el.attr('rel').split('|'); var url = param[0]; var stype = param[1]; var title = param[2]; var content = param[3]; //var hash = window.document.getElementById("bigImage").src.replace(/.*key=([^&]+).*/,'$1'); var img =""; ...
JavaScript
/** * jQuery plugin for posting form including file inputs. * Copyright (c) 2010 Ewen Elder * * Licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * * @author: Ewen Elder <glomainn at yahoo dot co dot uk> <ewen at jainaewe...
JavaScript
(function($) { var defaultConfig = { errorRequired: '此项为必填项', errorTempl: '<span class="validate-error">{msg}</span>', optionTempl: '<span class="validate-option">{msg}</span>', callback: null }, CSS_ITEM = '.item', CSS_ERROR = '.validate-error', CSS_OPTION...
JavaScript
/*! * jQuery Templates Plugin 1.0.0pre * http://github.com/jquery/jquery-tmpl * Requires jQuery 1.4.2 * * Copyright 2011, Software Freedom Conservancy, Inc. * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license */ (function( jQuery, undefined ){ var oldManip = jQuery.fn...
JavaScript
//及时消息开始 var newMessageRemind={ _step: 0, _title: document.title, _timer: null, //显示新消息提示 show:function(){ var temps = newMessageRemind._title.replace("【   】", "").replace("【新消息】", ""); newMessageRemind._timer = setTimeout(function() { newMessageRemind.show(); //这里写Cookie操作 ne...
JavaScript
/* * This file has been commented to support Visual Studio Intellisense. * You should not use this file at runtime inside the browser--it is only * intended to be used only for design-time IntelliSense. Please use the * standard jQuery library for all production use. * * Comment version: 1.3.2b */ /* * jQuery...
JavaScript
function $(str){ return document.getElementById(str); } function CheckAll(obj) { var checkAll = true; var checkList = document.getElementsByTagName("input"); if(obj == 2) { $("cb_All").checked = !$("cb_All").checked; } if(!$("cb_All").checked) checkAll = false; ...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Store v 2.0 by revaxarts.com /* description: Uses LocalStorage to save information within the Browser /* enviroment /* dependency: jStorage /*----------------------------------------------------------------------*/ $.wl_Store...
JavaScript
$(document).ready(function() { //for Caching var $content = $('#content'); /*----------------------------------------------------------------------*/ /* preload images /*----------------------------------------------------------------------*/ //$.preload(); /*----------------...
JavaScript
/* * File: jquery.dataTables.js * Version: 1.8.1 * Description: Paginate, search and sort HTML tables * Author: Allan Jardine (www.sprymedia.co.uk) * Created: 28/3/2008 * Language: Javascript * License: GPL v2 or BSD 3 point style * Project: Mtaala * Contact: allan.j...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Editor v 1.1 by revaxarts.com /* description: makes a WYSIWYG Editor /* dependency: jWYSIWYG Editor /*----------------------------------------------------------------------*/ $.fn.wl_Editor = function (method) { var args = arg...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Alert v 1.1 by revaxarts.com /* description: Handles alert boxes /* dependency: jquery UI Slider, fadeOutSlide plugin /*----------------------------------------------------------------------*/ $.fn.wl_Alert = function (method) { ...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Breadcrumb v 1.0 by revaxarts.com /* description: Makes and handles a Breadcrumb navigation /* dependency: /*----------------------------------------------------------------------*/ $.fn.wl_Breadcrumb = function (method) { va...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Slider v 1.1.1 by revaxarts.com /* description: /* dependency: jquery UI Slider, mousewheel plugin /*----------------------------------------------------------------------*/ $.fn.wl_Slider = function (method) { var args = arg...
JavaScript
$(document).ready(function () { /*----------------------------------------------------------------------*/ /* Parse the data from an data-attribute of DOM Elements /*----------------------------------------------------------------------*/ $.parseData = function (data, returnArray) { if (/^\[(.*)\]$/....
JavaScript
$(document).ready(function() { var $body = $('body'), $content = $('#content'); //IE doen't like that fadein if(!$.browser.msie) $body.fadeTo(0,0.0).delay(500).fadeTo(1000, 1); $("input").not('input[type=submit]').uniform(); $content.find('.breadcrumb').wl_Bread...
JavaScript
$(document).ready(function () { /** * FullCalendar v1.5.1 * http://arshaw.com/fullcalendar/ * * Use fullcalendar.css for basic styling. * For event drag & drop, requires jQuery UI draggable. * For event resizing, requires jQuery UI resizable. * * Copyright (c) 2011 Adam Shaw * Dual licensed...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Fileexplorer v 1.0 by revaxarts.com /* description: makes a Fileexplorer /* dependency: elFinder plugin (elfinder.js) /*----------------------------------------------------------------------*/ $.fn.wl_Fileexplorer = function (meth...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Chart v 1.3 by revaxarts.com /* description: extends the flot library /* dependency: flot library /*----------------------------------------------------------------------*/ $.fn.wl_Chart = function (method) { var args = arguments...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Valid v 1.0 by revaxarts.com /* description: validates an input /* dependency: /*----------------------------------------------------------------------*/ $.fn.wl_Valid = function (method) { var args = arguments; return th...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Widget v 1.2 by revaxarts.com /* description: handles all function for the widgets /* dependency: wl_Store, jquery sortable a.d. /*----------------------------------------------------------------------*/ $.fn.wl_Widget = function ...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Number v 1.0 by revaxarts.com /* description: Make a Number field out of an input field /* dependency: mousewheel plugin /*----------------------------------------------------------------------*/ $.fn.wl_Number = function (method...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Form v 1.3.5 by revaxarts.com /* description: handles the serialization, unserialization and sending /* of a form /* dependency: $.confirm, wl_Number*, wl_Slider*, wl_Date*, wl_Value*, /* wl_Password*, wl_File*, wl_Multiselect...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Gallery v 1.3 by revaxarts.com /* description: makes a sortable gallery /* dependency: jQuery UI sortable /*----------------------------------------------------------------------*/ $.fn.wl_Gallery = function (method) { var arg...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_File v 1.2 by revaxarts.com /* description:makes a fancy html5 file upload input field /* dependency: jQuery File Upload Plugin 5.0.2 /*----------------------------------------------------------------------*/ $.fn.wl_File = functi...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Date v 1.0 by revaxarts.com /* description: extends the Datepicker /* dependency: jQuery Datepicker, mousewheel plugin /*----------------------------------------------------------------------*/ $.fn.wl_Date = function (method) { ...
JavaScript
/*----------------------------------------------------------------------*/ /* Set some Standards /* This file not required! It just demonstrate how you can define /* standards in one configuration file /*----------------------------------------------------------------------*/ var config = { tooltip :{ gravi...
JavaScript
$(document).ready(function () { /** * WYSIWYG - jQuery plugin 0.97 * (0.97.2 - From infinity) * * Copyright (c) 2008-2009 Juan M Martinez, 2010-2011 Akzhan Abdulin and all contributors * https://github.com/akzhan/jwysiwyg * * Dual licensed under the MIT and GPL licenses: * http://www.opens...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Multiselect v 1.3 by revaxarts.com /* description: Makes a Multiselector out of a select input /* dependency: jQuery UI /*----------------------------------------------------------------------*/ $.fn.wl_Multiselect = function (method)...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Time v 1.1 by revaxarts.com /* description: makes a timefield out of an input field /* dependency: jQuery Datepicker, mousewheel plugin, $.leadingZero /*----------------------------------------------------------------------*/ $.fn...
JavaScript
$(document).ready(function () { var $body = $('body'), $content = $('#content'), $form = $content.find('#loginform'); //IE doen't like that fadein if (!$.browser.msie) $body.fadeTo(0, 0.0).delay(500).fadeTo(1000, 1); $("input").uniform(); $("input[name='UserName']").focus(); ...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Autocomplete v 1.0 by revaxarts.com /* description: extends the jQuery Autocomplete Function /* dependency: jQUery UI Autocomplete, parseData function /*----------------------------------------------------------------------*/ $.fn...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Calendar v 1.0 by revaxarts.com /* description: makes a Calendar /* dependency: fullcalendar plugin (calendar.js) /*----------------------------------------------------------------------*/ $.fn.wl_Calendar = function (method) { ...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Dialog v 1.1 by revaxarts.com /* description: handles alert boxes, prompt boxes and confirm boxes and /* message boxes /* contains 4 plugins /* dependency: jquery UI Dialog /*----------------------------------------------------...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Color v 1.0 by revaxarts.com /* description: Makes a colorpicker on an input field /* dependency: miniColors Plugin /*----------------------------------------------------------------------*/ $.fn.wl_Color = function (method) { var...
JavaScript
/*----------------------------------------------------------------------*/ /* wl_Password v 1.0.1 by revaxarts.com /* description: handles password fields /* dependency: none /*----------------------------------------------------------------------*/ $.fn.wl_Password = function (method) { var args = arguments; ...
JavaScript
var Wami = window.Wami || {}; // Upon a creation of a new Wami.GUI(options), we assume that a WAMI recorder // has been initialized. Wami.GUI = function(options) { var RECORD_BUTTON = 1; var PLAY_BUTTON = 2; setOptions(options); setupDOM(); var recordButton, playButton; var recordInterval, playInterval; func...
JavaScript
var Wami = window.Wami || {}; // Returns a (very likely) unique string with of random letters and numbers Wami.createID = function() { return "wid" + ("" + 1e10).replace(/[018]/g, function(a) { return (a ^ Math.random() * 16 >> a / 4).toString(16) }); } // Creates a named callback in WAMI and returns the name as ...
JavaScript
/** * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ /** * This file was added automatically by CKEditor builder. * You may re-use it at any time to build CKEditor again. * * If you would like to bu...
JavaScript
/** * @license Copyright (c) 2003-2013, 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 complete reference see: // http://docs.ckeditor.com/#...
JavaScript
/* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */
JavaScript
/** * Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ // This file contains style definitions that can be used by CKEditor plugins. // // The most common use for it is the "stylescombo" plugin, which shows a combo ...
JavaScript
/** * Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.dialog.add( 'myDialog', function( editor ) { return { title: 'My Dialog', minWidth: 400, minHeight: 200, contents: [ { id: 'tab1',...
JavaScript
/** * Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ // Tool scripts for the sample pages. // This file can be ignored and is not required to make use of CKEditor. ( function() { CKEDITOR.on( 'instanceReady', ...
JavaScript
/*! * iCheck v0.9.1, http://git.io/uhUPMA * ================================= * Powerful Zepto plugin for checkboxes and radio buttons customization * * (c) 2013 Damir Foy, http://damirfoy.com * MIT Licensed */ (function($) { // Cached vars var _iCheck = 'iCheck', _iCheckHelper = _iCheck + '-helper', ...
JavaScript
/*! * iCheck v0.9.1, http://git.io/uhUPMA * ================================= * Powerful jQuery plugin for checkboxes and radio buttons customization * * (c) 2013 Damir Foy, http://damirfoy.com * MIT Licensed */ (function($) { // Cached vars var _iCheck = 'iCheck', _iCheckHelper = _iCheck + '-helper', ...
JavaScript
/* * Inline Form Validation Engine 2.6, jQuery plugin * * Copyright(c) 2010, Cedric Dugas * http://www.position-absolute.com * * 2.0 Rewrite by Olivier Refalo * http://www.crionics.com * * Form validation engine allowing custom regex rules to be added. * Licensed under the MIT License */ (functi...
JavaScript
(function($){ $.fn.validationEngineLanguage = function(){ }; $.validationEngineLanguage = { newLang: function(){ $.validationEngineLanguage.allRules = { "required": { // Add your regex rules here, you can take telephone as an example "regex": "...
JavaScript
(function($){ $.fn.validationEngineLanguage = function(){ }; $.validationEngineLanguage = { newLang: function(){ $.validationEngineLanguage.allRules = { "required": { // Add your regex rules here, you can take telephone as an example "regex": "n...
JavaScript
;/***************************************************************** * Japanese language file for jquery.validationEngine.js (ver2.0) * * Transrator: tomotomo ( Tomoyuki SUGITA ) * http://tomotomoSnippet.blogspot.com/ * Licenced under the MIT Licence **********************************************************...
JavaScript
(function($){ $.fn.validationEngineLanguage = function(){ }; $.validationEngineLanguage = { newLang: function(){ $.validationEngineLanguage.allRules = { "required": { "regex": "none", "alertText": "* Ce champ est requis", ...
JavaScript
/* Respond.js unit tests - based on qUnit */ window.onload = function(){ if( !window.opener ){ document.documentElement.className = "launcher"; document.getElementById("launcher").innerHTML = '<p>Tests must run in a popup window. <a href="suite.html" id="suitelink">Open test suite</a></p>'; documen...
JavaScript
/** * QUnit v1.3.0pre - A JavaScript Unit Testing Framework * * http://docs.jquery.com/QUnit * * Copyright (c) 2011 John Resig, Jörn Zaefferer * Dual licensed under the MIT (MIT-LICENSE.txt) * or GPL (GPL-LICENSE.txt) licenses. */ (function(window) { var defined = { setTimeout: typeof window.setTimeout !== "...
JavaScript
/*! Respond.js: min/max-width media query polyfill. Remote proxy (c) Scott Jehl. MIT/GPLv2 Lic. j.mp/respondjs */ (function(win, doc, undefined){ var docElem = doc.documentElement, proxyURL = doc.getElementById("respond-proxy").href, redirectURL = (doc.getElementById("respond-redirect") || location).href, b...
JavaScript
/*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas. Dual MIT/BSD license */ /*! NOTE: If you're already including a window.matchMedia polyfill via Modernizr or otherwise, you don't need this part */ window.matchMedia = window.matchMedia |...
JavaScript
/* * jQuery Plugin: Tokenizing Autocomplete Text Entry * Version 1.6.0 * * Copyright (c) 2009 James Smith (http://loopj.com) * Licensed jointly under the GPL and MIT licenses, * choose which one suits your project best! * */ (function ($) { // Default settings var DEFAULT_SETTINGS = { // Search settings m...
JavaScript
/*! * jQuery Cycle Plugin (with Transition Definitions) * Examples and documentation at: http://jquery.malsup.com/cycle/ * Copyright (c) 2007-2013 M. Alsup * Version: 3.0.2 (19-APR-2013) * Dual licensed under the MIT and GPL licenses. * http://jquery.malsup.com/license.html * Requires: jQuery v1.7.1 or later */...
JavaScript
/* * File: jquery.loadJSON.js * Version: 1.2.5. * Author: Jovan Popovic * * Copyright 2011 Jovan Popovic, all rights reserved. * * This source file is free software, under either the GPL v2 license or a * BSD style license, as supplied with this software. * * This source file is distribute...
JavaScript
/* Project : 48c6c450f1a4a0cc53d9585dc0fee742 Created on : Mar 16, 2013, 11:29:15 PM Author : Truong Khuong - khuongxuantruong@gmail.com Description : Purpose of the stylesheet follows. */ function a(){alert("a")}
JavaScript
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ function _goto_tab(o){ var index=$(o).data("tabIndex"); $(".tab",$(o).parents(".etabs")[0]).hide(); $(".tab.t-"+index,$(o).parents(".etabs")[0]).show(); $(o).parent().find('li.hover').removeClass('h...
JavaScript
/*! * jQuery Migrate - v1.2.1 - 2013-05-08 * https://github.com/jquery/jquery-migrate * Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors; Licensed MIT */ (function( jQuery, window, undefined ) { // See http://bugs.jquery.com/ticket/13335 // "use strict"; var warnedAbout = {}; // Li...
JavaScript
/* Project : 48c6c450f1a4a0cc53d9585dc0fee742 Created on : Mar 16, 2013, 11:29:15 PM Author : Truong Khuong - khuongxuantruong@gmail.com Description : Purpose of the stylesheet follows. */ var Categories=(function(){ var init=false; var datafields=[ { name : 'cate_i...
JavaScript
/* Project : 48c6c450f1a4a0cc53d9585dc0fee742 Created on : Mar 16, 2013, 11:29:15 PM Author : Truong Khuong - khuongxuantruong@gmail.com Description : Purpose of the stylesheet follows. */ isrunning =false; function includejs(url){ try{ var headID = document.getElementsByTagN...
JavaScript
/* Project : 48c6c450f1a4a0cc53d9585dc0fee742 Created on : Mar 16, 2013, 11:29:15 PM Author : Truong Khuong - khuongxuantruong@gmail.com Description : Purpose of the stylesheet follows. */ var menu=(function(){ return{ AddItem:function(){ $('#gridview').hide();...
JavaScript
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ function cust_reg(){ if( $('#cust_frm').validationEngine('validate') === false)return false; new backend({ url : "/excution/addcustomer", data : $('#cust_frm').serialize(), ...
JavaScript
/* jshint forin:true, noarg:true, noempty:true, eqeqeq:true, boss:true, undef:true, curly:true, browser:true, jquery:true */ /* * jQuery MultiSelect UI Widget 1.14pre * Copyright (c) 2012 Eric Hynds * * http://www.erichynds.com/jquery/jquery-ui-multiselect-widget/ * * Depends: * - jQuery 1.4.2+ * - jQuery U...
JavaScript
/* jshint forin:true, noarg:true, noempty:true, eqeqeq:true, boss:true, undef:true, curly:true, browser:true, jquery:true */ /* * jQuery MultiSelect UI Widget Filtering Plugin 1.5pre * Copyright (c) 2012 Eric Hynds * * http://www.erichynds.com/jquery/jquery-ui-multiselect-widget/ * * Depends: * - jQuery UI Mul...
JavaScript
/* PIE: CSS3 rendering for IE Version 1.0.0 http://css3pie.com Dual-licensed for use under the Apache License Version 2.0 or the General Public License (GPL) Version 2. */ (function(){ var doc = document;var PIE = window['PIE']; if( !PIE ) { PIE = window['PIE'] = { CSS_PREFIX: '-pie-', STYLE_PREFIX...
JavaScript
/* PIE: CSS3 rendering for IE Version 2.0beta1 http://css3pie.com Dual-licensed for use under the Apache License Version 2.0 or the General Public License (GPL) Version 2. */ (function( win, doc ) { var PIE = win[ 'PIE' ] || ( win[ 'PIE' ] = {} ); /** * Simple utility for merging objects * @param {Object} obj1 Th...
JavaScript
/* PIE: CSS3 rendering for IE Version 2.0beta1 http://css3pie.com Dual-licensed for use under the Apache License Version 2.0 or the General Public License (GPL) Version 2. */ (function( win, doc ) { var PIE = win[ 'PIE' ] || ( win[ 'PIE' ] = {} ); /** * Simple utility for merging objects * @param {Object} obj1 Th...
JavaScript
<?php /** This file is part of KCFinder project * * @desc Folder related functionality * @package KCFinder * @version 2.51 * @author Pavel Tzonkov <pavelc@users.sourceforge.net> * @copyright 2010, 2011 KCFinder Project * @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 * @l...
JavaScript
<?php /** This file is part of KCFinder project * * @desc File related functionality * @package KCFinder * @version 2.51 * @author Pavel Tzonkov <pavelc@users.sourceforge.net> * @copyright 2010, 2011 KCFinder Project * @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 * @lic...
JavaScript
<?php /** This file is part of KCFinder project * * @desc Toolbar functionality * @package KCFinder * @version 2.51 * @author Pavel Tzonkov <pavelc@users.sourceforge.net> * @copyright 2010, 2011 KCFinder Project * @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 * @license ...
JavaScript
<?php /** This file is part of KCFinder project * * @desc Clipboard functionality * @package KCFinder * @version 2.51 * @author Pavel Tzonkov <pavelc@users.sourceforge.net> * @copyright 2010, 2011 KCFinder Project * @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 * @licens...
JavaScript
<?php /** This file is part of KCFinder project * * @desc Base JavaScript object properties * @package KCFinder * @version 2.51 * @author Pavel Tzonkov <pavelc@users.sourceforge.net> * @copyright 2010, 2011 KCFinder Project * @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 *...
JavaScript
<?php /** This file is part of KCFinder project * * @desc Upload files using drag and drop * @package KCFinder * @version 2.51 * @author Forum user (updated by Pavel Tzonkov) * @copyright 2010, 2011 KCFinder Project * @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 * @lice...
JavaScript
<?php /** This file is part of KCFinder project * * @desc Settings panel functionality * @package KCFinder * @version 2.51 * @author Pavel Tzonkov <pavelc@users.sourceforge.net> * @copyright 2010, 2011 KCFinder Project * @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 * @l...
JavaScript
<?php /** This file is part of KCFinder project * * @desc Miscellaneous functionality * @package KCFinder * @version 2.51 * @author Pavel Tzonkov <pavelc@users.sourceforge.net> * @copyright 2010, 2011 KCFinder Project * @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 * @li...
JavaScript
<?php /** This file is part of KCFinder project * * @desc Object initializations * @package KCFinder * @version 2.51 * @author Pavel Tzonkov <pavelc@users.sourceforge.net> * @copyright 2010, 2011 KCFinder Project * @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 * @license...
JavaScript
/** This file is part of KCFinder project * * @desc Helper object * @package KCFinder * @version 2.51 * @author Pavel Tzonkov <pavelc@users.sourceforge.net> * @copyright 2010, 2011 KCFinder Project * @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2 * @license http://www.open...
JavaScript
/*! * jQuery Right-Click Plugin * * Version 1.01 * * Cory S.N. LaViska * A Beautiful Site (http://abeautifulsite.net/) * 20 December 2008 * * Visit http://abeautifulsite.net/notebook/68 for more information * * License: * This plugin is dual-licensed under the GNU General Public License and the MIT License ...
JavaScript
// If this file exists in theme directory, it will be loaded in <head> section var imgLoading = new Image(); imgLoading.src = 'themes/oxygen/img/loading.gif';
JavaScript
// If this file exists in theme directory, it will be loaded in <head> section var imgLoading = new Image(); imgLoading.src = 'themes/dark/img/loading.gif';
JavaScript
/** * Galleria Flickr Plugin 2012-04-04 * http://galleria.io * * Licensed under the MIT license * https://raw.github.com/aino/galleria/master/LICENSE * */ (function($) { /*global jQuery, Galleria, window */ Galleria.requires(1.25, 'The Flickr Plugin requires Galleria version 1.2.5 or later.'); // The script ...
JavaScript
/** * Galleria Picasa Plugin 2012-04-04 * http://galleria.io * * Licensed under the MIT license * https://raw.github.com/aino/galleria/master/LICENSE * */ (function($) { /*global jQuery, Galleria, window */ Galleria.requires(1.25, 'The Picasa Plugin requires Galleria version 1.2.5 or later.'); // The script ...
JavaScript
/** * Galleria History Plugin 2012-04-04 * http://galleria.io * * Licensed under the MIT license * https://raw.github.com/aino/galleria/master/LICENSE * */ (function( $, window ) { /*global jQuery, Galleria, window */ Galleria.requires(1.25, 'The History Plugin requires Galleria version 1.2.5 or later.'); Ga...
JavaScript
/** * Galleria v 1.2.7 2012-04-04 * http://galleria.io * * Licensed under the MIT license * https://raw.github.com/aino/galleria/master/LICENSE * */ (function( $ ) { /*global jQuery, navigator, Galleria:true, Image */ // some references var undef, window = this, doc = window.document, $doc = ...
JavaScript
/** * Galleria Classic Theme 2012-04-04 * http://galleria.io * * Licensed under the MIT license * https://raw.github.com/aino/galleria/master/LICENSE * */ (function($) { /*global jQuery, Galleria */ Galleria.addTheme({ name: 'classic', author: 'Galleria', css: 'galleria.classic.css', defaults:...
JavaScript
/** * @preserve Galleria Twelve Theme 2011-06-09 * http://galleria.aino.se * * Copyright (c) 2011, Aino */ /*global jQuery, Galleria */ (function($) { Galleria.addTheme({ name: 'twelve', author: 'Galleria', css: 'galleria.twelve.css', defaults: { transition: 'pulse', ...
JavaScript
/** * Galleria v 1.2.8 2012-08-09 * http://galleria.io * * Licensed under the MIT license * https://raw.github.com/aino/galleria/master/LICENSE * */ (function( $ ) { /*global jQuery, navigator, Galleria:true, Image */ // some references var undef, window = this, doc = window.document, $doc = ...
JavaScript
(function($) { var cultures = $.global.cultures, en = cultures.en, standard = en.calendars.standard, culture = cultures["en-CA"] = $.extend(true, {}, en, { name: "en-CA", englishName: "English (Canada)", nativeName: "English (Canada)", numberFormat: { ...
JavaScript
/*! * Globalize * * http://github.com/jquery/globalize * * Copyright Software Freedom Conservancy, Inc. * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license */ (function( window, undefined ) { var Globalize, // private variables regexHex, regexInfinity, regexParseFloat, re...
JavaScript