code
stringlengths
1
2.08M
language
stringclasses
1 value
var PageName = '我的问卷'; var PageId = 'pacc67a237ef94084bf7d0e57ddec5b25' var PageUrl = '我的问卷.html' document.title = '我的问卷'; if (top.location != self.location) { if (parent.HandleMainFrameChanged) { parent.HandleMainFrameChanged(); } } var $OnLoadVariable = ''; var $CSUM; var hasQuery = false; ...
JavaScript
var PageName = '创建新问卷'; var PageId = 'p4ac5aa269a5944afa8568341f3765808' var PageUrl = '创建新问卷.html' document.title = '创建新问卷'; if (top.location != self.location) { if (parent.HandleMainFrameChanged) { parent.HandleMainFrameChanged(); } } var $OnLoadVariable = ''; var $CSUM; var hasQuery = false...
JavaScript
var PageName = '问卷设置'; var PageId = 'p22b6503e471048d8ab1842ad0802e172' var PageUrl = '问卷设置.html' document.title = '问卷设置'; if (top.location != self.location) { if (parent.HandleMainFrameChanged) { parent.HandleMainFrameChanged(); } } var $OnLoadVariable = ''; var $CSUM; var hasQuery = false; ...
JavaScript
// ************************** GLOBAL VARS *********************************// // A table to cache the outerHTML of the _rtf elements before the rollover // state is applied. var gv_OriginalTextCache = new Object(); // A table to store all the vertical alignments of all the parents of the text // objects. var ...
JavaScript
function InitializeSubmenu(submenucontainerid, tablecellroid, tablecellid, fname) { var s = ""; s = s + "function " + fname + "() { "; s = s + "document.getElementById(submenucontainerid).style.visibility='';"; s = s + "BringToFront(submenucontainerid);"; s = s + "}"; if ((index = navigator.userAgent.indexOf("M...
JavaScript
var PageName = '编辑题目'; var PageId = 'p1c4537c9a3a04ad99101c9d9cd713c4a' var PageUrl = '编辑题目.html' document.title = '编辑题目'; if (top.location != self.location) { if (parent.HandleMainFrameChanged) { parent.HandleMainFrameChanged(); } } var $OnLoadVariable = ''; var $CSUM; var hasQuery = false; ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
//////////////////////////////////////////////////// // wordWindow object //////////////////////////////////////////////////// function wordWindow() { // private properties this._forms = []; // private methods this._getWordObject = _getWordObject; //this._getSpellerObject = _getSpellerObject; this._wo...
JavaScript
//////////////////////////////////////////////////// // controlWindow object //////////////////////////////////////////////////// function controlWindow( controlForm ) { // private properties this._form = controlForm; // public properties this.windowType = "controlWindow"; // this.noSuggestionSelection =...
JavaScript
//////////////////////////////////////////////////// // spellChecker.js // // spellChecker object // // This file is sourced on web pages that have a textarea object to evaluate // for spelling. It includes the implementation for the spellCheckObject. // //////////////////////////////////////////////////// ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
var FCKDragTableHandler = { "_DragState" : 0, "_LeftCell" : null, "_RightCell" : null, "_MouseMoveMode" : 0, // 0 - find candidate cells for resizing, 1 - drag to resize "_ResizeBar" : null, "_OriginalX" : null, "_MinimumX" : null, "_MaximumX" : null, "_LastX" : null, "_TableMap" : null, "_doc" ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
JavaScript
/* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
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
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", "Se...
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 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
/** * BxSlider v4.1 - Fully loaded, responsive content slider * http://bxslider.com * * Copyright 2012, Steven Wanderski - http://stevenwanderski.com - http://bxcreative.com * Written while drinking Belgian ales and listening to jazz * * Released under the WTFPL license - http://sam.zoy.org/wtfpl/ */ ;(functio...
JavaScript
function nuevoAjax() { /* Crea el objeto AJAX. Esta funcion es generica para cualquier utilidad de este tipo, por lo que se puede copiar tal como esta aqui */ var xmlhttp=false; try { // Creacion del objeto AJAX para navegadores no IE xmlhttp=new ActiveXObject("Msxml2.XMLHTTP"); } catch(e) { ...
JavaScript
/* * Snap.js * * Copyright 2013, Jacob Kelley - http://jakiestfu.com/ * Released under the MIT Licence * http://opensource.org/licenses/MIT * * Github: http://github.com/jakiestfu/Snap.js/ * Version: 1.9.2 */ /*jslint browser: true*/ /*global define, module, ender*/ (function(win, doc) { 'use...
JavaScript
/*--------------------------------------------------------------------------------------------- @author Constantin Saguin - @brutaldesign @link http://bsign.co @github http://github.com/brutaldesign/swipebox @version 1.1.2 @license MIT License -----------------------------------------...
JavaScript
jQuery(function() { jQuery('.error').hide(); jQuery(".contactButton").click(function() { // validate and process form // first hide any error messages jQuery('.error').hide(); var name = jQuery("input#contactName").val(); if (name == "" || name =="John Doe?") { jQuery("span#nameError"...
JavaScript
////////////////// //Site Preloader// /////////////////// var $ = jQuery.noConflict(); jQuery(window).load(function() { // makes sure the whole site is loaded jQuery("#status").fadeOut(); // will first fade out the loading animation jQuery("#preloader").delay(350).fadeOut("slow"); // will fade out the white...
JavaScript
/*! Hammer.JS - v1.0.4 - 2013-03-23 * http://eightmedia.github.com/hammer.js * * Copyright (c) 2013 Jorik Tangelder <j.tangelder@gmail.com>; * Licensed under the MIT license */ (function(window, undefined) { 'use strict'; /** * Hammer * use this to create instances * @param {HTMLElement} element * @pa...
JavaScript
var $ = jQuery.noConflict(); jQuery(document).ready(function($){ if($('#wpadminbar').length > 0){ $('.page-sidebar').css('top', '28px'); }; var snapper = new Snap({ element: document.getElementById('content') }); $('.deploy-sidebar, .page-header, .close-icon, .delete-sidebar').click(fu...
JavaScript
/* * Snap.js * * Copyright 2013, Jacob Kelley - http://jakiestfu.com/ * Released under the MIT Licence * http://opensource.org/licenses/MIT * * Github: http://github.com/jakiestfu/Snap.js/ * Version: 1.9.2 */ /*jslint browser: true*/ /*global define, module, ender*/ (function(win, doc) { 'use...
JavaScript
/*--------------------------------------------------------------------------------------------- @author Constantin Saguin - @brutaldesign @link http://bsign.co @github http://github.com/brutaldesign/swipebox @version 1.1.2 @license MIT License -----------------------------------------...
JavaScript
jQuery(function() { jQuery('.error').hide(); jQuery(".contactButton").click(function() { // validate and process form // first hide any error messages jQuery('.error').hide(); var name = jQuery("input#contactName").val(); if (name == "" || name =="John Doe?") { jQuery("span#nameError"...
JavaScript
////////////////// //Site Preloader// /////////////////// var $ = jQuery.noConflict(); jQuery(window).load(function() { // makes sure the whole site is loaded jQuery("#status").fadeOut(); // will first fade out the loading animation jQuery("#preloader").delay(350).fadeOut("slow"); // will fade out the white...
JavaScript
var $ = jQuery.noConflict(); var formSubmitted = 'false'; jQuery(document).ready(function($) { $('#formSuccessMessageWrap').hide(0); $('.formValidationError').fadeOut(0); // fields focus function starts $('input[type="text"], input[type="password"], textarea').focus(function(){ if($(this).val() ==...
JavaScript
/*! Hammer.JS - v1.0.4 - 2013-03-23 * http://eightmedia.github.com/hammer.js * * Copyright (c) 2013 Jorik Tangelder <j.tangelder@gmail.com>; * Licensed under the MIT license */ (function(window, undefined) { 'use strict'; /** * Hammer * use this to create instances * @param {HTMLElement} element * @pa...
JavaScript
var $ = jQuery.noConflict(); jQuery(document).ready(function($){ if($('#wpadminbar').length > 0){ $('.page-sidebar').css('top', '28px'); }; var snapper = new Snap({ element: document.getElementById('content') }); $('.deploy-sidebar, .page-header, .close-icon, .delete-sidebar').click(fu...
JavaScript
function highdpi_init() { if(jQuery('.replace-2x').css('font-size') == "1px") { var els = jQuery(".replace-2x").get(); for(var i = 0; i < els.length; i++) { var src = els[i].src src = src.replace(".png", "@2x.png"); els[i].src = src; } } } jQuery(document).ready(function() { highdpi_init(); }); ////...
JavaScript
function highdpi_init() { if(jQuery('.replace-2x').css('font-size') == "1px") { var els = jQuery(".replace-2x").get(); for(var i = 0; i < els.length; i++) { var src = els[i].src src = src.replace(".png", "@2x.png"); els[i].src = src; } } } jQuery(document).ready(function() { highdpi_init(); }); ////...
JavaScript
/* - general script calls -->> -------------------------- Table of Contents: 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - -->> --------------------------- */ jQuery(function($) { /* --->> Options radio button styling setup --------------*/ $(".options input").unif...
JavaScript
/* - table_basic.html specific script calls -->> -------------------------- Table of Contents: 1 - Button styling setup 2 - Toggle checkboxes -->> --------------------------- */ jQuery(function($) { /* --->> 1 - Button styling setup --------------*/ $(".chbox input").uniform(); ...
JavaScript
/* - tabs.html specific script calls -->> -------------------------- Table of Contents: 1 - Prettify setup 2 - Tooltip 3 - Tabs Style switcher 4 - Tabs -->> --------------------------- */ jQuery(function($) { /* --->> 1 - Prettify setup --------------*/ prettyPrint(); /* ...
JavaScript
/* - search.html specific script calls -->> -------------------------- Table of Contents: 1 - Select styling 2 - Toggle checkboxes -->> --------------------------- */ jQuery(function($) { // --->> 1 - Select styling -------------- $(".search_info select,.chbox input ").uniform();...
JavaScript
/* - buttons_icons.html specific script calls -->> -------------------------- Table of Contents: 1 - Tabs setup 2 - Prettify setup -->> --------------------------- */ jQuery(function($) { /* --->> 1 - Tabs setup --------------*/ $('#myTab a').click(function (e) { e.preventDe...
JavaScript
/* - breadcrumbs.html specific script calls -->> -------------------------- Table of Contents: 1 - Prettify setup 2 - Breadcrumb setup -->> --------------------------- */ jQuery(function($) { /* --->> 1 - Prettify setup --------------*/ prettyPrint(); /* --->> 2 - Breadcrumb s...
JavaScript
/* - mail.html specific script calls -->> -------------------------- Table of Contents: 1 - Form element styling 2 - Datatable setup 3 - Tabs setup 4 - Tagedit setup 5 - Tab specific actions -->> --------------------------- */ jQuery(function($) { /* --->> 1 - Form element ...
JavaScript
/* - table_advanced.html specific script calls -->> -------------------------- Table of Contents: 1 - Datatable setup 2 - Button styling setup 3 - Column resize setup 4 - Table sorting setup -->> --------------------------- */ jQuery(function($) { /* --->> 1 - Datatable setup --...
JavaScript
/* - forms_uploader.html specific script calls -->> -------------------------- Table of Contents: 1 - File uploader - html5 version 2 - Wysiwyg Editor -->> --------------------------- */ jQuery(function($) { // --->> 1 - File uploader - html5 version -------------- $("#html5_upl...
JavaScript
/* - forms_elements.html specific script calls -->> -------------------------- Table of Contents: 1 - Prettify setup 2 - Uniform form styling 3 - Tooltips 4 - Popovers 5 - Masked inputs 6 - Selects 7 - Textareas 8 - Spinners 9 - OS Styling Functions -->> --------------...
JavaScript
/* - calendar.html specific script calls -->> -------------------------- Table of Contents: 1 - External events setup 2 - Calendar setup 3 - Toggle Draggable Events -->> --------------------------- */ jQuery(function($) { /* ------- 1 - External events setup ------- */ $(".e...
JavaScript
/* - file_manager.html specific script calls -->> -------------------------- Table of Contents: 1 - File manager setup -->> --------------------------- */ jQuery(function($) { // --->> 1 - File manager setup -------------- var elf = $('#elfinder').elfinder({ url : 'php/connector...
JavaScript
/* - accordions.html specific script calls -->> -------------------------- Table of Contents: 1 - Prettify setup 2 - Accordions -->> --------------------------- */ jQuery(function($) { /* --->> 1 - Prettify setup --------------*/ prettyPrint(); /* --->> 2 - Accordions ------...
JavaScript
/* - forms_layout.html specific script calls -->> -------------------------- Table of Contents: 1 - Prettify setup -->> --------------------------- */ jQuery(function($) { /* --->> 1 - Prettify setup --------------*/ prettyPrint(); });
JavaScript
/* - sliders.html specific script calls -->> -------------------------- Table of Contents: 1 - Prettify setup 2 - Uniform form styling 3 - Sliders setup -->> --------------------------- */ jQuery(function($) { /* --->> 1 - Prettify setup --------------*/ prettyPrint(); ...
JavaScript
/* - tooltips_popovers.html specific script calls -->> -------------------------- Table of Contents: 1 - Prettify setup 2 - Tooltip and Popovers - Bootstrap 3 - Tooltip - clueTip -->> --------------------------- */ jQuery(function($) { /* --->> 1 - Prettify setup --------------*/ ...
JavaScript
/* - sparks calls -->> -------------------------- Table of Contents: 1 - Sub Nav Sparklines -->> --------------------------- */ jQuery(function($) { /* ------- Sub Nav Sparklines ------- */ $(".spark_1").sparkline([2,4,3,6,7,5,8,9,4,2,6,8,8,9,10], { type: 'bar', width: '80px',...
JavaScript
/* - widgets.html specific script calls -->> -------------------------- Table of Contents: 1 - Prettify setup 2 - Typeahead setup 3 - Typeahead setup 4 - Tags setup 5 - Datepicker setup 6 - Colorpicker setup 7 - Custom content scroller setup 8 - Contact list setup 9 - Modals...
JavaScript
/* - forms_wizard.html specific script calls -->> -------------------------- Table of Contents: 1 - Prettify setup -->> --------------------------- */ jQuery(function($) { /* --->> 1 - Prettify setup --------------*/ // Smart Wizard $('#wizard').smartWizard({transitionEffect...
JavaScript
/* - profile.html specific script calls -->> -------------------------- Table of Contents: 1 - Uniform Setup 2 - Tooltip setup 3 - Select setup -->> --------------------------- */ jQuery(function($) { /* --->> 1 - Fileupload setup --------------*/ $(".profile_picture input, .sta...
JavaScript
/* - misc.html specific script calls -->> -------------------------- Table of Contents: 1 - Prettify setup -->> --------------------------- */ jQuery(function($) { /* --->> 1 - Prettify setup --------------*/ prettyPrint(); });
JavaScript
/* - gallery.html specific script calls -->> -------------------------- Table of Contents: 1 - Basic gallery options show/hide 2 - Basic gallery setup 3 - Delete images -->> --------------------------- */ jQuery(function($) { /* --->> 1 - Basic gallery options show/hide ----------...
JavaScript
/* - index.html specific script calls -->> -------------------------- Table of Contents: 1 - Line chart 2 - Button styling setup 3 - Checkbox styling 4 - Datatable setup 5 - Calendar setup 6 - Prettify setup 7 - Other -->> --------------------------- */ jQuery(function($) { ...
JavaScript
/* - login.html specific script calls -->> -------------------------- Table of Contents: 1 - Remember button styling 2 - Login content switcher -->> --------------------------- */ jQuery(function($) { // --->> 1 - Remember button styling -------------- $(".remember").uniform(); ...
JavaScript
/* - charts.html specific script calls -->> -------------------------- Table of Contents: 1 - Line chart 2 - Stacked chart (2 types) 3 - Basic chart with real time updates 4 - Donut 5 - Basic chart 6 - Sidebar Chart -->> --------------------------- */ jQuery(function($) { ...
JavaScript
/* - typography.html specific script calls -->> -------------------------- Table of Contents: 1 - Prettify setup -->> --------------------------- */ jQuery(function($) { /* --->> 1 - Prettify setup --------------*/ prettyPrint(); });
JavaScript
/* - progressbars.html specific script calls -->> -------------------------- Table of Contents: 1 - Prettify setup 2 - Progressbar -->> --------------------------- */ jQuery(function($) { /* --->> 1 - Prettify setup --------------*/ prettyPrint(); /* --->> 2 - Progressbar ---...
JavaScript
/* - file_validation.html specific script calls -->> -------------------------- Table of Contents: 1 - File validation setup -->> --------------------------- */ jQuery(function($) { // --->> 1 - File validation setup -------------- jQuery(".formClass").validationEngine({promptPosit...
JavaScript
/* * Inline Form Validation Engine 2.6.1, 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 */ (func...
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
/*!jQuery Knob*/ /** * Downward compatible, touchable dial * * Version: 1.2.0 (15/07/2012) * Requires: jQuery v1.7+ * * Copyright (c) 2012 Anthony Terrien * Under MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * * Thanks to vor, eskimoblood...
JavaScript
/** * * Color picker * Author: Stefan Petre www.eyecon.ro * * Dual licensed under the MIT and GPL licenses * */ (function ($) { var ColorPicker = function () { var ids = {}, inAction, charMin = 65, visible, tpl = '<div class="colorpicker"><div class="colorpicker_color"><div><di...
JavaScript
/** * @author Jason Roy for CompareNetworks Inc. * Thanks to mikejbond for suggested udaptes * * Version 1.1 * Copyright (c) 2009 CompareNetworks Inc. * * Licensed under the MIT license: * http://www.opensource.org/licenses/mit-license.php * */ (function($) { // Private variables ...
JavaScript
/* * Tagedit - jQuery Plugin * The Plugin can be used to edit tags from a database the easy way * * Examples and documentation at: tagedit.webwork-albrecht.de * * Copyright (c) 2010 Oliver Albrecht <info@webwork-albrecht.de> * * License: * This work is licensed under a MIT License * http://www.opensource.org/...
JavaScript
(function($){ // jQuery autoGrowInput plugin by James Padolsey // See related thread: http://stackoverflow.com/questions/931207/is-there-a-jquery-autogrow-plugin-for-text-fields $.fn.autoGrowInput = function(o) { o = $.extend({ maxWidth: 1000, minWidth: 0, comfor...
JavaScript
/* * jQuery Iframe Transport Plugin 1.5 * https://github.com/blueimp/jQuery-File-Upload * * Copyright 2011, Sebastian Tschan * https://blueimp.net * * Licensed under the MIT license: * http://www.opensource.org/licenses/MIT */ /*jslint unparam: true, nomen: true */ /*global define, window, documen...
JavaScript
/* * jQuery File Upload Plugin Localization Example 6.5.1 * https://github.com/blueimp/jQuery-File-Upload * * Copyright 2012, Sebastian Tschan * https://blueimp.net * * Licensed under the MIT license: * http://www.opensource.org/licenses/MIT */ /*global window */ window.locale = { "fileuplo...
JavaScript
/* * jQuery File Upload Plugin JS Example 6.7 * https://github.com/blueimp/jQuery-File-Upload * * Copyright 2010, Sebastian Tschan * https://blueimp.net * * Licensed under the MIT license: * http://www.opensource.org/licenses/MIT */ /*jslint nomen: true, unparam: true, regexp: true */ /*global $, ...
JavaScript
/* * jQuery Textarea Characters Counter Plugin v 2.0 * Examples and documentation at: http://roy-jin.appspot.com/jsp/textareaCounter.jsp * Copyright (c) 2010 Roy Jin * Version: 2.0 (11-JUN-2010) * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://w...
JavaScript