Current Path :
/
home
/
zrcdevco
/
public_html
/
zrcprod
/
templates
/
luminate
/
js
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/zrcdevco/public_html/zrcprod/templates/luminate/js/hometemplate.js
jQuery(document).ready(function(){ (function($) { $('.tabs').hide(); $('.project_selection').hide(); $('#products').addClass("currentTab").show(); $('.project_selection:first-child').addClass("currentProj").show(); $("#ourProducts li:first-child").addClass("currentThumb"); $("#ourProducts li").click(function(){ $(".currentThumb").removeClass("currentThumb"); //$(".coworkerPic").css('background-color', '#00b1ab'); $(this).addClass("currentThumb").css('color', '#00b1ab').siblings().css('color', '#003366'); /*$(".coworkerPic img").fadeTo(0, 0.5); $(".currentThumb img").fadeTo(0,1);*/ var numThumb = $("#ourProducts li").index(this); $(".tabs").each(function(){ var numSlide = $(".tabs").index(this); if(numSlide == numThumb){ //$(".coworkerPic:first-child").hide(); $(".currentTab") .removeClass("currentTab") .fadeOut(0) $(this) .addClass("currentTab") .fadeIn(500); //var bioheight = $(this).height(); //var contheight = bioheight + 100; //$('#coworkers_modified .container').css( 'height', contheight + 'px'); //$('.custom-our-products-mod h1').html('Applications'); } }); //End Each function });//End Click $(".rec-thumbs").click(function(){ $('.test').removeClass('test'); var test = $(this).parent().parent(); $( test ).addClass('test'); $('.test .current-rec-thumbs').removeClass("current-rec-thumbs").fadeIn(); //$(".coworkerPic").css('background-color', '#00b1ab'); $(this).addClass("current-rec-thumbs").css('display', 'none');//.siblings().css('color', '#003366'); /*$(".coworkerPic img").fadeTo(0, 0.5); $(".currentThumb img").fadeTo(0,1);*/ var numThumb = $(".rec-thumbs").index(this); $(".project_selection").each(function(){ var numSlide = $(".project_selection").index(this); if(numSlide == numThumb){ //$(".coworkerPic:first-child").hide(); //var test2 = $(this).parent().parent(); $(".test .currentProj") .removeClass("currentProj") .fadeOut(0) $(this) .addClass("currentProj") .fadeIn(500); //var bioheight = $(this).height(); //var contheight = bioheight + 100; //$('#coworkers_modified .container').css( 'height', contheight + 'px'); //$('.custom-our-products-mod h1').html('Applications'); } }); //End Each function });//End Click $('.custom-our-products-mod #ourProducts li:first-child').click(function(){ $('.custom-our-products-mod h1').html('Our Products'); }); $('.custom-our-products-mod #ourProducts li:nth-child(2)').click(function(){ $('.custom-our-products-mod h1').html("ZRC's Application"); }); $('.custom-our-products-mod #ourProducts li:nth-child(3)').click(function(){ $('.custom-our-products-mod h1').html("Success Stories"); }); $('.custom-our-products-mod #ourProducts li:nth-child(4)').click(function(){ $('.custom-our-products-mod h1').html("For Architects & Contractors"); }); $('.custom-our-products-mod #ourProducts li:nth-child(5)').click(function(){ $('.custom-our-products-mod h1').html("About Us"); }); $('.custom-product-tabs #ourProducts li').click(function(){ $('.custom-product-tabs').css({ "background-image" : "url('/templates/zrchometemplate/images/bg-product-tabs-med.png')", "height" : "445px"}); }); $('.custom-product-tabs #ourProducts li:nth-child(3)').click(function(){ if(document.getElementById("prods") !== null ){ $('.custom-product-tabs').css({ "background-image" : "url('/templates/zrchometemplate/images/bg-product-tabs-1000.png')", "height" : "850px"}); } else { $('.custom-product-tabs').css({ "background-image" : "url('/templates/zrchometemplate/images/bg-product-tabs.png')", "height" : "580px"}); } }); $('.custom-product-tabs #ourProducts li:nth-child(4)').click(function(){ $('.custom-product-tabs').css({ "background-image" : "url('/templates/zrchometemplate/images/bg-our-products.jpg')", "height" : "330px"}); }); $('#homeSlider').bjqs({ 'height' : 381, 'width' : 1024, 'animspeed' : 4000, 'automatic' : true, 'showcontrols' : false, 'showmarkers' : true, 'centermarkers' : false }); $('.readmore a').html('FULL STORY'); if(document.getElementById("insideLeftMod") !== null && document.getElementById("insideMod") !== null){ $('#insideComp').css({ 'width' : '500px'}); $('.category-desc p').css({ 'padding' : '0 50px 10px 30px'}); } else { // do stuff } if(document.getElementById("insideLeftMod") == null && document.getElementById("insideMod") == null){ $('#insideComp').css({ 'width' : '100%'}); } $('.item-174 a').html('Like Us On: <img src="/templates/zrchometemplate/images/facebook-icon.png" alt="Facebook Icon"/>'); //if ( $('iframe #main_form') !=null) //$('#formframe').css({ 'height':'1200px'}); //else //$('#formframe').css({ 'height':'450px'}); $("div[title='Joomla SEO by AceSEF']").hide(); })(jQuery); });