Файловый менеджер - Редактировать - /home/kunzqhe/www/wp-content/plugins/builder-mosaic/assets/gridstack.jQueryUI.js
Ðазад
/** gridstack.js 1.1.2-dev - JQuery UI Drag&Drop*/ (function(factory) { factory(jQuery, GridStack, window); })(function($, GridStack, scope) { function JQueryUIGridStackDragDropPlugin(grid) { GridStack.DragDropPlugin.call(this, grid); } GridStack.DragDropPlugin.registerPlugin(JQueryUIGridStackDragDropPlugin); JQueryUIGridStackDragDropPlugin.prototype = Object.create(GridStack.DragDropPlugin.prototype); JQueryUIGridStackDragDropPlugin.prototype.constructor = JQueryUIGridStackDragDropPlugin; JQueryUIGridStackDragDropPlugin.prototype.resizable = function(el, opts) { el = $(el); if (opts === 'disable' || opts === 'enable' || opts === 'destroy') { el.resizable(opts); } else if (opts === 'option') { var key = arguments[2], value = arguments[3]; el.resizable(opts, key, value); } else { var handles = el.data('gs-resize-handles') ? el.data('gs-resize-handles') : this.grid.opts.resizable.handles; el.resizable($.extend({}, this.grid.opts.resizable, { handles: handles }, { start: opts.start || function() {}, stop: opts.stop || function() {}, resize: opts.resize || function() {} })); } return this; }; JQueryUIGridStackDragDropPlugin.prototype.draggable = function(el, opts) { el = $(el); if (opts === 'disable' || opts === 'enable' || opts === 'destroy') { el.draggable(opts); } else { el.draggable($.extend({}, this.grid.opts.draggable, { containment: (this.grid.opts.isNested && !this.grid.opts.dragOut) ? this.grid.$el.parent() : (this.grid.opts.draggable.containment || null), start: opts.start || function() {}, stop: opts.stop || function() {}, drag: opts.drag || function() {} })); } return this; }; JQueryUIGridStackDragDropPlugin.prototype.droppable = function(el, opts) { $(el).droppable(opts); return this; }; JQueryUIGridStackDragDropPlugin.prototype.isDroppable = function(el, opts) { el = $(el); return Boolean(el.data('droppable')); }; JQueryUIGridStackDragDropPlugin.prototype.on = function(el, eventName, callback) { $(el).on(eventName, callback); return this; }; scope.JQueryUIGridStackDragDropPlugin = JQueryUIGridStackDragDropPlugin; return JQueryUIGridStackDragDropPlugin; });
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка