/* * File Name: Scripts for SilverMag * Copyright 2014 ThemePacific * Free to use under the GPLv2 license. * http://www.gnu.org/licenses/gpl-2.0.html * Author : Raja CRN */ jQuery(document).ready(function () { jQuery('.tabs_container2 .tab_content2:first').show(); jQuery('.tabs2 li:first').addClass('active'); jQuery.each(jQuery('.tabs2 li'),function(i,el){ jQuery(el).click(function(){ jQuery('.tabs_container2 .tab_content2').slideUp(); jQuery('.tabs_container2 .tab_content2').eq(i).slideDown(); jQuery('.tabs2 li').removeClass('active'); jQuery(this).addClass('active'); return false; }); }); /*Create the dropdown bases thanks to @chriscoyier*/ jQuery("#catnav.secondary").append('