Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web432/html/wp-content/themes/touchm/js/ |
Current File : //var/www/web432/html/wp-content/themes/touchm/js/jquery.foundation.accordion.js |
;(function ($, window, undefined){ 'use strict'; $.fn.foundationAccordion = function (options) { var $accordion = $('.accordion'); if ($accordion.hasClass('hover') && !Modernizr.touch) { $('.accordion li', this).on({ mouseenter : function () { var p = $(this).parent(), flyout = $(this).children('.content').first(); $('.content', p).not(flyout).hide().parent('li').removeClass('active'); //changed this flyout.show(0, function () { flyout.parent('li').addClass('active'); }); } }); } else { $('.accordion li', this).on('click.fndtn', function () { var li = $(this), p = $(this).parent(), flyout = $(this).children('.content').first(); if (li.hasClass('active')) { p.find('li').removeClass('active').end().find('.content').hide(); } else { $('.content', p).not(flyout).hide().parent('li').removeClass('active'); //changed this flyout.show(0, function () { flyout.parent('li').addClass('active'); }); } }); } }; })( jQuery, this );
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare