📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv10.demodesign.com.tr
/
assets
/
helper
/
other
📝
theme.init.js
← Geri Dön
/* Commom Plugins*/(function($) {'use strict';/* Scroll to Top Button.*/if (typeof theme.PluginScrollToTop !== 'undefined') {theme.PluginScrollToTop.initialize();}/* Tooltips*/if ($.isFunction($.fn['tooltip'])) {$('[data-tooltip]:not(.manual), [data-plugin-tooltip]:not(.manual)').tooltip();}/* Popover*/if ($.isFunction($.fn['popover'])) {$(function() {$('[data-plugin-popover]:not(.manual)').each(function() {var $this = $(this), opts;var pluginOptions = theme.fn.getOptions($this.data('plugin-options'));if (pluginOptions) opts = pluginOptions;$this.popover(opts);});});}/* Validations*/if (typeof theme.PluginValidation !== 'undefined') {theme.PluginValidation.initialize();}/* Match Height*/if ($.isFunction($.fn['matchHeight'])) {$('.match-height').matchHeight();/* Featured Boxes*/$('.featured-boxes .featured-box').matchHeight();/* Featured Box Full*/$('.featured-box-full').matchHeight();}}).apply(this, [jQuery]);/* Animate*/(function($) {'use strict';if ($.isFunction($.fn['themePluginAnimate'])) {$(function() {$('[data-appear-animation]').each(function() {var $this = $(this), opts;var pluginOptions = theme.fn.getOptions($this.data('plugin-options'));if (pluginOptions) opts = pluginOptions;$this.themePluginAnimate(opts);});});}}).apply(this, [jQuery]);/* Carousel*/(function($) {'use strict';if ($.isFunction($.fn['themePluginCarousel'])) {$(function() {$('[data-plugin-carousel]:not(.manual), .owl-carousel:not(.manual)').each(function() {var $this = $(this), opts;var pluginOptions = theme.fn.getOptions($this.data('plugin-options'));if (pluginOptions) opts = pluginOptions;$this.themePluginCarousel(opts);});});}}).apply(this, [jQuery]);/* Chart.Circular*/(function($) {'use strict';if ($.isFunction($.fn['themePluginChartCircular'])) {$(function() {$('[data-plugin-chart-circular]:not(.manual), .circular-bar-chart:not(.manual)').each(function() {var $this = $(this), opts;var pluginOptions = theme.fn.getOptions($this.data('plugin-options'));if (pluginOptions) opts = pluginOptions;$this.themePluginChartCircular(opts);});});}}).apply(this, [jQuery]);/* Counter*/(function($) {'use strict';if ($.isFunction($.fn['themePluginCounter'])) {$(function() {$('[data-plugin-counter]:not(.manual), .counters [data-to]').each(function() {var $this = $(this), opts;var pluginOptions = theme.fn.getOptions($this.data('plugin-options'));if (pluginOptions) opts = pluginOptions;$this.themePluginCounter(opts);});});}}).apply(this, [jQuery]);/* Lazy Load*/(function($) {'use strict';if ($.isFunction($.fn['themePluginLazyLoad'])) {$(function() {$('[data-plugin-lazyload]:not(.manual)').each(function() {var $this = $(this), opts;var pluginOptions = theme.fn.getOptions($this.data('plugin-options'));if (pluginOptions) opts = pluginOptions;$this.themePluginLazyLoad(opts);});});}}).apply(this, [jQuery]);/* Lightbox*/(function($) {'use strict';if ($.isFunction($.fn['themePluginLightbox'])) {$(function() {$('[data-plugin-lightbox]:not(.manual), .lightbox:not(.manual)').each(function() {var $this = $(this), opts;var pluginOptions = theme.fn.getOptions($this.data('plugin-options'));if (pluginOptions) opts = pluginOptions;$this.themePluginLightbox(opts);});});}}).apply(this, [jQuery]);/* Masonry*/(function($) {'use strict';if ($.isFunction($.fn['themePluginMasonry'])) {$(function() {$('[data-plugin-masonry]:not(.manual)').each(function() {var $this = $(this), opts;var pluginOptions = theme.fn.getOptions($this.data('plugin-options'));if (pluginOptions) opts = pluginOptions;$this.themePluginMasonry(opts);});});}}).apply(this, [jQuery]);/* Match Height*/(function($) {'use strict';if ($.isFunction($.fn['themePluginMatchHeight'])) {$(function() {$('[data-plugin-match-height]:not(.manual)').each(function() {var $this = $(this), opts;var pluginOptions = theme.fn.getOptions($this.data('plugin-options'));if (pluginOptions) opts = pluginOptions;$this.themePluginMatchHeight(opts);});});}}).apply(this, [jQuery]);/* Parallax*/(function($) {'use strict';if ($.isFunction($.fn['themePluginParallax'])) {$(function() {$('[data-plugin-parallax]:not(.manual)').each(function() {var $this = $(this), opts;var pluginOptions = theme.fn.getOptions($this.data('plugin-options'));if (pluginOptions) opts = pluginOptions;$this.themePluginParallax(opts);});});}}).apply(this, [jQuery]);/* Progress Bar*/(function($) {'use strict';if ($.isFunction($.fn['themePluginProgressBar'])) {$(function() {$('[data-plugin-progress-bar]:not(.manual), [data-appear-progress-animation]').each(function() {var $this = $(this), opts;var pluginOptions = theme.fn.getOptions($this.data('plugin-options'));if (pluginOptions) opts = pluginOptions;$this.themePluginProgressBar(opts);});});}}).apply(this, [jQuery]);// Sticky/* Toggle*/ (function($) { 'use strict'; if ($.isFunction($.fn['themePluginToggle'])) { $(function() { $('[data-plugin-toggle]:not(.manual)').each(function() { var $this = $(this), opts; var pluginOptions = theme.fn.getOptions($this.data('plugin-options')); if (pluginOptions) opts = pluginOptions; $this.themePluginToggle(opts); }); }); } }).apply(this, [jQuery]); // Tweets Video Background Word Rotator/* Commom Partials*/ (function($) { 'use strict'; /* Sticky Header*/ if (typeof theme.StickyHeader !== 'undefined') { theme.StickyHeader.initialize(); } /* Nav Menu*/ if (typeof theme.Nav !== 'undefined') { theme.Nav.initialize(); } /* Search*/ if (typeof theme.Search !== 'undefined') { theme.Search.initialize(); } /* Newsletter*/ if (typeof theme.Newsletter !== 'undefined') { theme.Newsletter.initialize(); } /* Account*/ if (typeof theme.Account !== 'undefined') { theme.Account.initialize(); } }).apply(this, [jQuery]);
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula