PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
so-widgets-bundle
/
js
/
lib
/*! * Pikaday jQuery plugin. * * Copyright © 2013 David Bushell | BSD & MIT license | https://github.com/dbushell/Pikaday */ (function (root, factory) { 'use strict'; if (typeof exports === 'object') { // CommonJS module factory(require('jquery'), require('pikaday')); } else if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module. define(['jquery', 'pikaday'], factory); } else { // Browser globals factory(root.jQuery, root.Pikaday); } }(this, function ($, Pikaday) { 'use strict'; $.fn.pikaday = function() { var args = arguments; if (!args || !args.length) { args = [{ }]; } return this.each(function() { var self = $(this), plugin = self.data('pikaday'); if (!(plugin instanceof Pikaday)) { if (typeof args[0] === 'object') { var options = $.extend({}, args[0]); options.field = self[0]; self.data('pikaday', new Pikaday(options)); } } else { if (typeof args[0] === 'string' && typeof plugin[args[0]] === 'function') { plugin[args[0]].apply(plugin, Array.prototype.slice.call(args,1)); if (args[0] === 'destroy') { self.removeData('pikaday'); } } } }); }; }));
[-] isotope.pkgd.min.js
[edit]
[-] packery.pkgd.min.js
[edit]
[-] select2.js
[edit]
[-] lottie-player.min.js
[edit]
[+]
i18n
[-] pikaday.js
[edit]
[-] jquery.fitvids.js
[edit]
[-] select2.min.js
[edit]
[-] imagesloaded.pkgd.min.js
[edit]
[-] slick.js
[edit]
[-] pikaday.jquery.min.js
[edit]
[-] pikaday.min.js
[edit]
[-] pikaday.css
[edit]
[-] slick.min.js
[edit]
[-] wp-color-picker-alpha.min.js
[edit]
[-] isotope.pkgd.js
[edit]
[-] jquery.fitvids.min.js
[edit]
[-] packery.pkgd.js
[edit]
[-] wp-color-picker-alpha.js
[edit]
[-] lottie-player.js
[edit]
[-] imagesloaded.pkgd.js
[edit]
[+]
..
[-] pikaday.jquery.js
[edit]