code
stringlengths
1
2.08M
language
stringclasses
1 value
(function () { "use strict"; var appViewState = Windows.UI.ViewManagement.ApplicationViewState; var ui = WinJS.UI; ui.Pages.define("/pages/groupDetail/groupDetail.html", { /// <field type="WinJS.Binding.List" /> _items: null, // This function is called whenever a us...
JavaScript
// For an introduction to the Page Control template, see the following documentation: // http://go.microsoft.com/fwlink/?LinkId=232511 (function () { "use strict"; var nav = WinJS.Navigation; WinJS.UI.Pages.define("/pages/aboutUs/aboutUs.html", { ready: function (element, options) { ...
JavaScript
// For an introduction to the Page Control template, see the following documentation: // http://go.microsoft.com/fwlink/?LinkId=232511 (function () { "use strict"; var nav = WinJS.Navigation; WinJS.UI.Pages.define("/pages/settings/settings.html", { ready: function (element, options) { ...
JavaScript
(function(){ var _1,_2=""; if(typeof (inPipe)!="undefined"){ _1=true; } for(var i=0;i<16;i++){ _2+=String.fromCharCode(Math.floor(Math.random()*26)+97); } window[_2]={}; if(_1){ pipeListBadge=window[_2]; } var $=window[_2]; $.f=function(){ return {runFunction:[],timeoutCount:10,inpipe:(typeof (inPipe)!="undefined")?tru...
JavaScript
// ---------------------------------------- // SHOW RECENT POSTS // ---------------------------------------- // Mod by MyDigitalLemon // Original by blogsolute.com // ---------------------------------------- function showrecentposts(json) { for (var i = 0; i < numposts; i++) { var entry = json.feed.entry[i]; ...
JavaScript
function showrecentpostswiththumbs(json) {document.write('<ul class="recent_posts_with_thumbs">'); for (var i = 0; i < numposts; i++) {var entry = json.feed.entry[i];var posttitle = entry.title.$t;var posturl;if (i == json.feed.entry.length) break;for (var k = 0; k < entry.link.length;k++){ if(entry.link[k].rel=='repli...
JavaScript
(function(){ var _1,_2=""; if(typeof (inPipe)!="undefined"){ _1=true; } for(var i=0;i<16;i++){ _2+=String.fromCharCode(Math.floor(Math.random()*26)+97); } window[_2]={}; if(_1){ pipeListBadge=window[_2]; } var $=window[_2]; $.f=function(){ return {runFunction:[],timeoutCount:10,inpipe:(typeof (inPipe)!="undefined")?tru...
JavaScript
/*! * jQuery JavaScript Library v1.6.4 * http://jquery.com/ * * Copyright 2011, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2011, The Dojo Foundation * Released under the MIT, BSD, and GPL...
JavaScript
/* * faded 0.3.1 - jQuery plugin * written by Nathan Searles * http://nathansearles.com/faded/ * * Copyright (c) 2009 Nathan Searles (http://nathansearles.com/) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * Built for jQuery library * http://jquery.com *...
JavaScript

JavaScript
$(document).ready(function () { /*$('.btn').mouseover(function () { $(this).tooltip('show'); }); $('a').mouseover(function () { $(this).tooltip('show'); });*/ });
JavaScript
function create_menu(basepath) { var base = (basepath == 'null') ? '' : basepath; document.write( '<table cellpadding="0" cellspaceing="0" border="0" style="width:98%"><tr>' + '<td class="td" valign="top">' + '<ul>' + '<li><a href="'+base+'index.html">User Guide Home</a></li>' + '<li><a href="'+base+'toc....
JavaScript
/* moo.fx, simple effects library built with prototype.js (http://prototype.conio.net). by Valerio Proietti (http://mad4milk.net) MIT-style LICENSE. for more info (http://moofx.mad4milk.net). 10/24/2005 v(1.0.2) */ //base var fx = new Object(); fx.Base = function(){}; fx.Base.prototype = { setOptions: function(option...
JavaScript
window.onload = function() { myHeight = new fx.Height('nav', {duration: 400}); myHeight.hide(); }
JavaScript
/*------------------------------------------------------------------ Project: Paperclip Author: Yevgeny S. URL: https://twitter.com/YevSim Version: 1.0 Created: 11/03/2014 Last change: 01/04/2014 -------------------------------------------------------------------*/ /* ===== Coming Soon Count...
JavaScript
/*------------------------------------------------------------------ Project: Paperclip Author: Yevgeny S. URL: https://twitter.com/YevSim Version: 1.0 Created: 11/03/2014 Last change: 01/04/2014 -------------------------------------------------------------------*/ /* ===== Tooltips ===== */...
JavaScript
/*------------------------------------------------------------------ Project: Paperclip Author: Yevgeny S. URL: https://twitter.com/YevSim Version: 1.0 Created: 11/03/2014 Last change: 01/04/2014 -------------------------------------------------------------------*/ /* ===== Tooltips ===== */...
JavaScript
//** jQuery Scroll to Top Control script- (c) Dynamic Drive DHTML code library: http://www.dynamicdrive.com. //** Available/ usage terms at http://www.dynamicdrive.com (March 30th, 09') //** v1.1 (April 7th, 09'): //** 1) Adds ability to scroll to an absolute position (from top of page) or specific element on the page ...
JavaScript
/*------------------------------------------------------------------ Project: Paperclip Author: Yevgeny S. URL: https://twitter.com/YevSim Version: 1.0 Created: 11/03/2014 Last change: 01/04/2014 -------------------------------------------------------------------*/ // Isotop Gallery ...
JavaScript
/*------------------------------------------------------------------ Project: Paperclip Author: Yevgeny S. URL: https://twitter.com/YevSim Version: 1.0 Created: 11/03/2014 Last change: 01/04/2014 -------------------------------------------------------------------*/ /* ===== Sign Up popovers ...
JavaScript
/*------------------------------------------------------------------ Project: Paperclip Author: Yevgeny S. URL: https://twitter.com/YevSim Version: 1.0 Created: 11/03/2014 Last change: 01/04/2014 -------------------------------------------------------------------*/ /* ===== Tooltips =...
JavaScript
/*------------------------------------------------------------------ Project: Paperclip Author: Yevgeny S. URL: https://twitter.com/YevSim Version: 1.0 Created: 11/03/2014 Last change: 01/04/2014 -------------------------------------------------------------------*/ /* ===== Navbar Search ===...
JavaScript
$(function(){ $('#sidebar-nav').on('show.bs.tooltip', 'a', function(e) { if($(e.currentTarget).find('span:visible').length) { e.preventDefault(); return false; } }); }); var fancyFilter = function(filterListSelector, gallerySelector) { //Filter Button Code $(fil...
JavaScript
/** * @license wysihtml5 v0.3.0 * https://github.com/xing/wysihtml5 * * Author: Christopher Blum (https://github.com/tiff) * * Copyright (C) 2012 XING AG * Licensed under the MIT license (MIT) * */ var wysihtml5 = { version: "0.3.0", // namespaces commands: {}, dom: {}, quirks: {}, ...
JavaScript
!function ($) { "use strict"; // version: 2.8 // by Mattia Larentis - follow me on twitter! @SpiritualGuru var addToAttribute = function (obj, array, value) { var i = 0 , length = array.length; for (; i < length; i++) { obj = obj[array[i]] = obj[array[i]] || i == ( length - 1) ? value : {}...
JavaScript
/* API method to get paging information */ $.fn.dataTableExt.oApi.fnPagingInfo = function ( oSettings ) { return { "iStart": oSettings._iDisplayStart, "iEnd": oSettings.fnDisplayEnd(), "iLength": oSettings._iDisplayLength, "iTotal": oSettings.fnRecord...
JavaScript
$(function(){ $("a[href*='#']").click(function(){ $('html, body').animate({ scrollTop: $( $(this).attr('href') ).offset().top }, 500); return false; }); });
JavaScript
/*! Javascript plotting library for jQuery, v. 0.7. * * Released under the MIT license by IOLA, December 2007. * */ // first an inline dependency, jquery.colorhelpers.js, we inline it here // for convenience /* Plugin for jQuery for working with colors. * * Version 1.1. * * Inspiration from jQuery color ani...
JavaScript
/*------------------------------------------------------------------ Project: Paperclip Author: Yevgeny S. URL: https://twitter.com/YevSim Version: 1.0 Created: 11/03/2014 Last change: 01/04/2014 -------------------------------------------------------------------*/ /* ===== Coming Soon Count...
JavaScript
/*------------------------------------------------------------------ Project: Paperclip Author: Yevgeny S. URL: https://twitter.com/YevSim Version: 1.0 Created: 11/03/2014 Last change: 01/04/2014 -------------------------------------------------------------------*/ /* ===== Tooltips ===== */...
JavaScript
/*------------------------------------------------------------------ Project: Paperclip Author: Yevgeny S. URL: https://twitter.com/YevSim Version: 1.0 Created: 11/03/2014 Last change: 01/04/2014 -------------------------------------------------------------------*/ /* ===== Tooltips ===== */...
JavaScript
//** jQuery Scroll to Top Control script- (c) Dynamic Drive DHTML code library: http://www.dynamicdrive.com. //** Available/ usage terms at http://www.dynamicdrive.com (March 30th, 09') //** v1.1 (April 7th, 09'): //** 1) Adds ability to scroll to an absolute position (from top of page) or specific element on the page ...
JavaScript
/*------------------------------------------------------------------ Project: Paperclip Author: Yevgeny S. URL: https://twitter.com/YevSim Version: 1.0 Created: 11/03/2014 Last change: 01/04/2014 -------------------------------------------------------------------*/ // Isotop Gallery // ====...
JavaScript
/*------------------------------------------------------------------ Project: Paperclip Author: Yevgeny S. URL: https://twitter.com/YevSim Version: 1.0 Created: 11/03/2014 Last change: 01/04/2014 -------------------------------------------------------------------*/ /* ===== Sign Up popovers ...
JavaScript
/*------------------------------------------------------------------ Project: Paperclip Author: Yevgeny S. URL: https://twitter.com/YevSim Version: 1.0 Created: 11/03/2014 Last change: 01/04/2014 -------------------------------------------------------------------*/ /* ===== Tooltips ===== */...
JavaScript
/*------------------------------------------------------------------ Project: Paperclip Author: Yevgeny S. URL: https://twitter.com/YevSim Version: 1.0 Created: 11/03/2014 Last change: 01/04/2014 -------------------------------------------------------------------*/ /* ===== Navbar Search ===...
JavaScript
// Place your application-specific JavaScript functions and classes here // This file is automatically included by javascript_include_tag :defaults
JavaScript
/* Automatic, anti-aliased rounded corners. By Steven Wittens Based on http://pro.html.it/esempio/nifty/ Thanks to Jacob from Oddlabs.com for fixing two nasty bugs. */ function NiftyCheck() { if(!document.getElementById || !document.createElement) { return false; } var b = navigator.userAg...
JavaScript
function schedule_reload(){ setTimeout(reload, 3000); } function reload(){ window.location=window.location; } window.onload=schedule_reload();
JavaScript
{ "service" : { "api" : "fastcgi", "socket" : "stdin" // use server's socket } }
JavaScript
/* * Easy Slider 1.7 - jQuery plugin * written by Alen Grakalic * http://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding * * Copyright (c) 2009 Alen Grakalic (http://cssglobe.com) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * Built for j...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
require('./builder.js').build({ "baseUrl": "../src/", "main": "dat/color/Color", "out": "../build/dat.color.js", "minify": false, "shortcut": "dat.Color", "paths": {} });
JavaScript
/// # Google Closure Compiler Service # /// https://github.com/weaver/scribbles/blob/master/node/google-closure/lib/closure.js /// Compress javascript with Node.js using the Closure Compiler /// Service. var sys = require('sys'); exports.compile = compile; // Use the Google Closure Compiler Service to compress Javas...
JavaScript
/** * dat-gui JavaScript Controller Library * http://code.google.com/p/dat-gui * * Copyright 2011 Data Arts Team, Google Creative Lab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
JavaScript
require('./builder.js').build({ "baseUrl": "../src/", "main": "dat/gui/GUI", "out": "../build/dat.gui.js", "minify": false, "shortcut": "dat.GUI", "paths": {} });
JavaScript
/** * QUnit 1.2.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 !== "u...
JavaScript
/* * autoscroll.js widget with jquery event(s) * Copyright 2011 Michael Whitford <michael@alwandassociates.com> * License: BSD */ // toggle - id of the toggle element for the click event // textarea - id of the textarea to autoscroll var toggleAutoScroll = function (toggle, textarea) { var autoScrollDebug = f...
JavaScript
/*! Javascript plotting library for jQuery, v. 0.7. * * Released under the MIT license by IOLA, December 2007. * */ // first an inline dependency, jquery.colorhelpers.js, we inline it here // for convenience /* Plugin for jQuery for working with colors. * * Version 1.1. * * Inspiration from jQuery color ani...
JavaScript
// this code improves bootstrap menus and adds dropdown support jQuery(function(){ jQuery('.nav>li>a').each(function(){ if(jQuery(this).parent().find('ul').length) jQuery(this).attr({'class':'dropdown-toggle','data-toggle':'dropdown'}).append('<b class="caret"></b>'); }); jQuery('.nav li li').each(funct...
JavaScript
function prepareDataForSave(name,data) { var obj = new Object(); obj.Name = name; obj.Data = data; return obj; } function prepareMultiPartPOST(data) { // var boundary = 'sPlItME' + Math.floor(Math.random()*10000); var boundary = '' + Math.floor(Math.random()*10000); var reqdata = '--' + bou...
JavaScript
/* Flot plugin for automatically redrawing plots when the placeholder size changes, e.g. on window resizes. It works by listening for changes on the placeholder div (through the jQuery resize event plugin) - if the size changes, it will redraw the plot. There are no options. If you need to disable the plugin for some...
JavaScript
function popup(url) { newwindow=window.open(url,'name','height=400,width=600'); if (window.focus) newwindow.focus(); return false; } function collapse(id) { jQuery('#'+id).slideToggle(); } function fade(id,value) { if(value>0) jQuery('#'+id).hide().fadeIn('slow'); else jQuery('#'+id).show().fadeOut('slow'); } fun...
JavaScript
/* (c) Copyrights 2007 - 2008 Original idea by by Binny V A, http://www.openjs.com/scripts/events/keyboard_shortcuts/ jQuery Plugin by Tzury Bar Yochay tzury.by@gmail.com http://evalinux.wordpress.com http://facebook.com/profile.php?id=513676303 Project's sites: http://code.google.com/p/js-hotkeys/ http://github.com...
JavaScript
/** Created and copyrighted by Massimo Di Pierro <massimo.dipierro@gmail.com> (MIT license) Example: <script src="share.js"></script> **/ jQuery(function(){ var script_source = jQuery('script[src*="share.js"]').attr('src'); var params = function(name,default_value) { var match = ...
JavaScript
/* * MultiSelect v0.8 * Copyright (c) 2012 Louis Cuny * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it * and/or modify it under the terms of the Do What The Fuck You Want * To Public License, Version 2, as published by Sam Hocevar. Se...
JavaScript
// this code improves bootstrap menus and adds dropdown support jQuery(function(){ jQuery('.nav>li>a').each(function(){ if(jQuery(this).parent().find('ul').length) jQuery(this).attr({'class':'dropdown-toggle','data-toggle':'dropdown'}).append('<b class="caret"></b>'); }); jQuery('.nav li li').each(funct...
JavaScript
function popup(url) { newwindow=window.open(url,'name','height=400,width=600'); if (window.focus) newwindow.focus(); return false; } function collapse(id) { jQuery('#'+id).slideToggle(); } function fade(id,value) { if(value>0) jQuery('#'+id).hide().fadeIn('slow'); else jQuery('#'+id).show().fadeOut('slow'); } fun...
JavaScript
/** Created and copyrighted by Massimo Di Pierro <massimo.dipierro@gmail.com> (MIT license) Example: <script src="share.js"></script> **/ jQuery(function(){ var script_source = jQuery('script[src*="share.js"]').attr('src'); var params = function(name,default_value) { var match = ...
JavaScript
// this code improves bootstrap menus and adds dropdown support jQuery(function(){ jQuery('.nav>li>a').each(function(){ if(jQuery(this).parent().find('ul').length) jQuery(this).attr({'class':'dropdown-toggle','data-toggle':'dropdown'}).append('<b class="caret"></b>'); }); jQuery('.nav li li').each(funct...
JavaScript
function popup(url) { newwindow=window.open(url,'name','height=400,width=600'); if (window.focus) newwindow.focus(); return false; } function collapse(id) { jQuery('#'+id).slideToggle(); } function fade(id,value) { if(value>0) jQuery('#'+id).hide().fadeIn('slow'); else jQuery('#'+id).show().fadeOut('slow'); } fun...
JavaScript
/** Created and copyrighted by Massimo Di Pierro <massimo.dipierro@gmail.com> (MIT license) Example: <script src="share.js"></script> **/ jQuery(function(){ var script_source = jQuery('script[src*="share.js"]').attr('src'); var params = function(name,default_value) { var match = ...
JavaScript
/** * Initialize tinymce plugin */ // define base options for init tinymce var tinymce_options = { script_url : base_url + 'vendors/tiny_mce/tiny_mce.js', plugins: 'table,advimage,advlink,insertdatetime,paste,noneditable,nonbreaking', theme: 'advanced', theme_advanced_toolbar_location: 'top', th...
JavaScript
/** * Uni-Form jQuery Plugin with Validation * * Provides form actions for use with the Uni-Form markup style * This version adds additional support for client side validation * * Author: Ilija Studen for the purposes of Uni-Form * * Modified by Aris Karageorgos to use the parents function * * Modified by T...
JavaScript
/* * jQuery Nivo Slider v2.5.2 * http://nivo.dev7studios.com * * Copyright 2011, Gilbert Pellegrom * Free to use and abuse under the MIT license. * http://www.opensource.org/licenses/mit-license.php * * March 2010 */ (function($) { var NivoSlider = function(element, options){ //Defaults ...
JavaScript
/** * autoNumeric.js * @author: Bob Knothe * @version: 1.6.2 * * Created by Robert J. Knothe on 2010-10-25. Please report any bug at http://www.decorplanit.com/plugin/ * * Copyright (c) 2010 Robert J. Knothe http://www.decorplanit.com/plugin/ * * The MIT License (http://www.opensource.org/licenses/mit-licens...
JavaScript
/** * Uni-Form jQuery Plugin without Validation * * Provides form actions for use with the Uni-Form markup style * * Author: Ilija Studen for the purposes of Uni-Form * * Modified by Aris Karageorgos to use the parents function * * Modified by Toni Karlheinz to support input fields' text * coloring and remo...
JavaScript
/** * Initialize tinymce plugin */ // define base options for init tinymce var tinymce_options = { script_url : base_url + 'vendors/tiny_mce/tiny_mce.js', plugins: 'table,advimage,inlinepopups,advlink,insertdatetime,media,searchreplace,contextmenu,paste,directionality,noneditable,visualchars,nonbreaking', ...
JavaScript
/* * Date prototype extensions. Doesn't depend on any * other code. Doens't overwrite existing methods. * * Adds dayNames, abbrDayNames, monthNames and abbrMonthNames static properties and isLeapYear, * isWeekend, isWeekDay, getDaysInMonth, getDayName, getMonthName, getDayOfYear, getWeekOfYear, * setDayOfYe...
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 click...
JavaScript
var Sidebar = {}; Sidebar.menu = { dashboard: 'dashboard_nav', article: 'article_nav', land: 'land_nav', ads: 'ads_nav', user: 'user_nav', project: 'project_nav', setting: 'setting_nav' }; Sidebar.setActive = function(_id, _index) { $('#main-nav').find('a.nav-top-item').remove...
JavaScript
/** * DD_belatedPNG: Adds IE6 support: PNG images for CSS background-image and HTML <IMG/>. * Author: Drew Diller * Email: drew.diller@gmail.com * URL: http://www.dillerdesign.com/experiment/DD_belatedPNG/ * Version: 0.0.7a * Licensed under the MIT License: http://dillerdesign.com/experiment/DD_belatedPNG/#licens...
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: * * ...
JavaScript
var dialog = window.parent ; var oEditor = dialog.InnerDialogLoaded() ; var FCK = oEditor.FCK ; var FCKLang = oEditor.FCKLang ; var FCKConfig = oEditor.FCKConfig ; //security RegExp var REG_SCRIPT = new RegExp("< *script.*>|< *style.*>|< *link.*>|< *body .*>", "i"); var REG_PROTOCOL = new RegExp("javascript:|vbsc...
JavaScript
/* * For FCKeditor 2.3 * * * File Name: ja.js * English language file for the youtube plugin. * * File Authors: * Uprush (uprushworld@yahoo.co.jp) 2007/10/30 */ FCKLang['YouTubeTip'] = '插入YouTube網址' ; FCKLang['DlgYouTubeTitle'] = 'YouTube內容' ; FCKLang['DlgYouTubeCode'] = '"請插入/貼上YouTube影片連結網址"' ; F...
JavaScript
/* * For FCKeditor 2.3 * * * File Name: pt.js * Portuguese language file for the youtube plugin. * * File Authors: * Ivo Emanuel Gonçalves (justivo (at) gmail.com) 2009/01/19 */ FCKLang['YouTubeTip'] = 'Inserir/Editar YouTube' ; FCKLang['DlgYouTubeTitle'] = 'Propriedade YouTube' ; FCKLang['DlgYouTube...
JavaScript
/* * For FCKeditor 2.3 * * * File Name: de.js * German language file for the youtube plugin. * * File Authors: * Miro Dietiker (miro.dietiker (at) md-systems.ch) 2009/07/06 */ FCKLang['YouTubeTip'] = 'YouTube Einfügen/Bearbeiten' ; FCKLang['DlgYouTubeTitle'] = 'YouTube Einstellung' ; FCKLang['DlgYouT...
JavaScript
/* * For FCKeditor 2.3 * * * File Name: no.js * Norwegian language file for the youtube plugin. * * File Authors: * Odd-Henrik (odd at multicase.no) 2009/02/12 */ FCKLang['YouTubeTip'] = 'Legg til/Rediger YouTube video' ; FCKLang['DlgYouTubeTitle'] = 'YouTube video egenskaper' ; FCKLang['DlgYouTubeCo...
JavaScript
/* * For FCKeditor 2.6 * * * File Name: lt.js * Lithuanian language file for the youtube plugin. * * File Authors: * teibaz (tomas@1985.lt) 2009/01/26 */ FCKLang['YouTubeTip'] = 'Įterpti/Koreguoti YouTube' ; FCKLang['DlgYouTubeTitle'] = 'YouTube Nustatymai' ; FCKLang['DlgYouTubeCode'] = '"Įveskite Y...
JavaScript
/* * For FCKeditor 2.3 * * * File Name: it.js * Italian language file for the youtube plugin. * * File Authors: * Fabrizio Balliano (fabrizio.balliano@crealabs.it) 2008/01/29 */ FCKLang['YouTubeTip'] = 'Inserisci un video di YouTube' ; FCKLang['DlgYouTubeTitle'] = 'Proprietà video YouTube' ; FCKLang[...
JavaScript
/* * For FCKeditor 2.3 * * * File Name: zh-cn.js * Chinese(simplify) language file for the youtube plugin. * * File Authors: * Uprush (uprushworld@yahoo.co.jp) 2008/03/22 */ FCKLang['YouTubeTip'] = 'YouTube插入/编辑' ; FCKLang['DlgYouTubeTitle'] = 'YouTube属性' ; FCKLang['DlgYouTubeCode'] = '请插入 YouTube 动...
JavaScript