update
This commit is contained in:
@@ -1,4 +1,17 @@
|
||||
<!-- 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) -->
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user