ok
Direktori : /home2/selectio/public_html/a1tex.in/public/lightbox/src/ |
Current File : /home2/selectio/public_html/a1tex.in/public/lightbox/src/jquery-plugin-wrap.js |
require('./simple-lightbox'); (function ($, window, document, undefined) { 'use strict'; $.fn.simpleLightbox = function (options) { return this.length ? new SimpleLightbox(this.get(), options) : null; } })(jQuery, window, document);