%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/old/modules/mod_sj_moduletabs/assets/js/ |
Upload File : |
; (function($){ $.fn.extend({ jsmart_moduletabs: function(options){ var defaults = {}; var options = $.extend(defaults, options); return this.each(function(){ var tabs = $('.tabs-container ul.tabs li', this); var contents = $('.tabs-content div.tab-content', this); // preset fx height // contents.each(function(){ // if( $('.ajax_loading', this) ){ // $(this).data('fx2height', $(this).height()); // } // }); tabs.click(function(i){ if ( $('.tab', this).hasClass('selected') ){ return; } var index = tabs.index(this); // tab change $('.tab', tabs).removeClass('selected'); $('.tab', this).addClass('selected'); // content change var content2s = contents.get(index); // if ($(content2s).data('fx2height')){ // var fx2height = $(content2s).data('fx2height'); // $(content2s).parent().animate({height: fx2height}, 200); // } contents .filter('.selected') .removeClass('selected') .css({display: 'none'}) ; contents .filter(content2s) .addClass('selected') .fadeIn(400) ; // if (options.ajaxUpdate){ // options.ajaxUpdate.apply(contents.filter(content2s), [contents.filter(content2s), options]); // } }); }); } }); })(jQuery);