One Hat Cyber Team
Your IP :
216.73.216.62
Server IP :
122.155.17.190
Server :
Linux cat17190.thaihostserver.com 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64
Server Software :
Apache/2
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
neunkho
/
public_html
/
css
/
View File Name :
tabs-Indicator.js
(function($, document) { // get tallest tab__content element let height = -1; $('.tab__content').each(function() { height = height > $(this).outerHeight() ? height : $(this).outerHeight(); $(this).css('position', 'absolute'); }); // set height of tabs + top offset $('[data-tabs]').css('min-height', height + 40 + 'px'); }(jQuery, document));