Files
vidok.com/templates_user/body-code.php
2024-12-30 22:59:45 +01:00

17 lines
688 B
PHP

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P3LTD4T"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<script type="text/javascript">
$( function() {
$( 'body' ).on( 'click', '.panel-group .panel-title a', function(e){
e.preventDefault();
var id = $( this ).attr( 'aria-controls' );
$( '.panel-group .panel-title a' ).removeClass( 'active' );
$( '.panel-group .panel div[role="tabpanel"]' ).removeClass( 'show' );
$( '#' + id ).addClass( 'show' );
$( this ).addClass( 'active' );
});
})
</script>