Skip to content
Transformer for 120 Cluster lights
Out of stock
jQuery(document).ready(function($) {
if( window.location.hash ) {
// Vars
var tab = window.location.hash.replace('#tab-', '');
var tab_content = window.location.hash;
// Tabs
$( 'li.description_tab' ).removeClass( 'active' );
$( 'li.' + tab + '_tab' ).addClass( 'active' );
// Tabs content
$( '#tab-description' ).hide();
$( tab_content ).show();
}
// when the tab is selected update the url with the hash
$(".tabs a").click( function() {
window.location.hash = $(this).parent('li').attr("class").replace(' active', '').replace('_tab', '');
});
});
Reviews
There are no reviews yet.