code stringlengths 1 2.08M | language stringclasses 1
value |
|---|---|
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
// js here | JavaScript |
/*
__ .__
|__|____ __________ _|__| ______
| \__ \\_ __ \ \/ / |/ ___/
| |/ __ \| | \/\ /| |\___ \
/\__| (____ /__| \_/ |__/____ >
\______| \/ \/
Copyright 2013 - SmartAdmin Template
* This script is part of an item on wrapbootstrap.com
* h... | JavaScript |
// Smart Notification (bootstraphunter.com)
$.sound_path = "sound/";
$(document).ready(function () {
// Plugins placing
$("body").append("<div id='divSmallBoxes'></div>");
$("body").append("<div id='divMiniIcons'></div><div id='divbigBoxes'></div>");
});
//Closing Rutine for Loadings
function SmartUnLo... | JavaScript |
/*
json2.js
2014-02-04
Public Domain.
NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
See http://www.JSON.org/js.html
This code should be minified before deployment.
See http://javascript.crockford.com/jsmin.html
USE YOUR OWN COPY. IT IS EXTREMELY UNWISE TO LO... | JavaScript |
/**
* summernote.js
* (c) 2013~ Alan Hong
* summernote may be freely distributed under the MIT license./
*/
(function($) { "use strict";
//Check Platform/Agent
var bMac = navigator.appVersion.indexOf('Mac') > -1;
var bMSIE = navigator.userAgent.indexOf('MSIE') > -1;
/**
* func utils (for high-order f... | JavaScript |
// Uses AMD or browser globals to create a jQuery plugin.
(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(['jquery'], factory);
} else {
// Browser globals
factory(jQuery);
}
} (function (jQuery) {
var module = { e... | JavaScript |
;(function(){
/**
* Require the given path.
*
* @param {String} path
* @return {Object} exports
* @api public
*/
function require(path, parent, orig) {
var resolved = require.resolve(path);
// lookup failed
if (null == resolved) {
orig = orig || path;
parent = parent || 'root';
var err = new ... | JavaScript |
/*! X-editable - v1.5.0
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
/**
Form with single input element, two buttons and two states: normal/loading.
Applied as jQuery method to DIV tag (not to form ... | JavaScript |
/*
* Fuel UX Wizard
* https://github.com/ExactTarget/fuelux
*
* Copyright (c) 2012 ExactTarget
* Licensed under the MIT license.
*/
//var $ = require('jquery');
var old = $.fn.wizard;
// WIZARD CONSTRUCTOR AND PROTOTYPE
var Wizard = function (element, options) {
var kids;
this.$element = $(element... | 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 = {};
// List of warnin... | JavaScript |
/*
SuperBox v1.0.0 (modified by bootstraphunter.com)
by Todd Motto: http://www.toddmotto.com
Latest version: https://github.com/toddmotto/superbox
Copyright 2013 Todd Motto
Licensed under the MIT license
http://www.opensource.org/licenses/mit-license.php
SuperBox, the lightbox reimagined. Fully responsive HTM... | JavaScript |
/*
Masked Input plugin for jQuery
Copyright (c) 2007-2013 Josh Bush (digitalbush.com)
Licensed under the MIT license (http://digitalbush.com/projects/masked-input-plugin/#license)
Version: 1.3.1
*/
(function($) {
function getPasteEvent() {
var el = document.createElement('input'),
name = 'onpaste';
... | JavaScript |
// Copyright 2006 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in wr... | JavaScript |
// Ion.RangeSlider
// version 1.7.2 Build: 134
// © 2013 Denis Ineshin | IonDen.com
//
// Project page: http://ionden.com/a/plugins/ion.rangeSlider/
// GitHub page: https://github.com/IonDen/ion.rangeSlider
//
// Released under MIT licence:
// http://ionden.com/a/plugins/licence-en.html
// ============... | JavaScript |
/*
* to-markdown - an HTML to Markdown converter
*
* Copyright 2011, Dom Christie
* Licenced under the MIT licence
*
*/
var toMarkdown = function(string) {
var ELEMENTS = [
{
patterns: 'p',
replacement: function(str, attrs, innerHTML) {
return innerHTML ? '\n\n' + innerHTML + '\n' : ... | JavaScript |
// Released under MIT license
// Copyright (c) 2009-2010 Dominic Baggott
// Copyright (c) 2009-2010 Ash Berlin
// Copyright (c) 2011 Christoph Dorn <christoph@christophdorn.com> (http://www.christophdorn.com)
(function( expose ) {
/**
* class Markdown
*
* Markdown processing in Javascript done right. We have ver... | JavaScript |
/*!
* Nestable jQuery Plugin - Copyright (c) 2012 David Bushell - http://dbushell.com/
* Dual-licensed under the BSD or MIT licenses
*/
;(function($, window, document, undefined)
{
var hasTouch = 'ontouchstart' in window;
/**
* Detect CSS pointer-events property
* events are normally disabled on t... | JavaScript |
/**
* @preserve
* FullCalendar v1.5.4
* 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 under the MIT and GPL licenses, locate... | JavaScript |
/**
* @license Copyright (c) 2003-2013, 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 |
/**
* @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 example:
// config.language = 'fr';
// config.uiColor = ... | JavaScript |
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
| JavaScript |
/**
* Copyright (c) 2003-2013, 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-2013, 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-2013, 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() {
// Check for sample compliance.... | JavaScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.