$(function () { $(".nav #nav li a").mouseover(function(){ $(this).css("left",$(this).position().left + "px") }) }) $(function () { $(".nav .sub .item").hide(); $(".nav #nav li a").mouseover(function(){ var index = $(".nav #nav li a").index(this); $(".nav .sub .item:eq("+ index + ")").fadein(300); $(".nav .sub .item:eq("+ index + ")").siblings().fadeout(400); }) $(".nav").hover ( function(){ $(".nav .sub").show(); }, function(){ $(".nav .sub .item").fadeout(400);} ) }) $(function() { $('.lmenu dd:has("dl")').each(function() { $(this).find("dl:has(a.hover)").show(); $(">a", this).click(function() { $(this).parent().siblings().find(">a").removeclass("hover"); $(this).addclass("hover"); $(this).parent().siblings().find("dl").slideup(); $(this).parent().find("dl").slidetoggle(200); return false; }) }) }) $(function() { $('.lmenu dd dd:has("ul")').each(function() { $(this).find("ul:has(a.hover)").show(); }) }) $(function(){ $(".tab .c2 tr:odd").addclass("odd"); $(".tab .c2 tr:even").addclass("even"); }) $(function(){ $(".tool input.n1") }) jquery(function($){ $(".ctab").switchtab({defaultindex: "0", effect: "fade",titcell: "dt a", trigger: "click", delaytime: 250}); }); jquery(function($){ $(".tab1").switchtab({defaultindex: "-1", effect: "slide",titcell: "dt a", trigger: "mouseover", delaytime: 250,ismap: true}); }); jquery(function($){ $(".single_contact .map .map_box div.exp dl").find("dd").hide(); $(".single_contact .map .map_box dl").hover( function () { }, function () { $(".single_contact .map .map_box div.exp dl").find("dd").hide(); $(".single_contact .map .map_box div.exp dt").find("a").removeclass("on"); } ); $(".single_contact .map .map_box dd .ddbox span.exp").click( function () { $(".single_contact .map .map_box div.exp dl").find("dd").hide(); $(".single_contact .map .map_box div.exp dt").find("a").removeclass("on"); } ) }); jquery(function($){ $(".tab").switchtab({defaultindex: "0", effect: "fade",titcell: "dt a", trigger: "mouseover", delaytime: 250}); }); jquery(function ($) { $(".tab2").switchtab({ defaultindex: "0", effect: "fade", titcell: "dt a", trigger: "mouseover", delaytime: 0 }); }); $(function () { var obj = jquery(this); obj.find("dt").children("a").mouseover(function(){ var index = obj.find("dt").children("a").index($(this)); obj.find("dt span").children("a").each(function(i){ if(i == index){ $(this).show(); $(this).siblings().hide(); } }); }); }) $(function(){ $("ul.lastbg li:last-child").css("background-image","none"); }) $(function () { $(".select_sim a").click(function (e) { e.preventdefault(); $(this).parent().find("ul").toggle(); }); $(".select_sim ul").click(function () { $(".select_sim ul").hide(); }) $(".select_sim li").click(function () { var _text = $(this).text(); $(this).parent().hide().siblings("span").text(_text); }); $(".select_sim ul").css("top", "-" + $(".select_sim ul").height() + "px"); $(".select_sim").hover( function () { }, function () { $(".select_sim ul").hide(); } ); }) $(function () { $(".select_down a").click(function (e) { e.preventdefault(); $(this).parent().find("ul").toggle(); }); $(".select_down ul").click(function () { $(".select_down ul").hide(); }) $(".select_down li").click(function () { var _text = $(this).text(); $(this).parent().hide().siblings("span").text(_text); }); $(".select_down").hover( function () { }, function () { $(".select_down ul").hide(); } ); }) $(function(){ $('a.growth').lightbox(); }); $(function(){ $(".job_list tr:odd").addclass("odd"); $(".job_list tr:even").addclass("even"); }) $(function(){ $(".job_list tbody>tr").mouseover(function(){ $(".job_list tbody>tr").removeclass("high"); $(this).addclass("high"); }) }) $(function(){ $(".job_list tbody>tr").mouseout(function(){ $(this).removeclass("high"); }) }) $(function(){ $(".single_developing .devshow .btn").click(function(){ var devfold = $(this).siblings().last(); devfold.slidetoggle("slow"); if(devfold.height() > 1) { $(this).css("background-position","left 0px"); } else { $(this).css("background-position","left -11px"); } }) }) $(function() { $(".single_industry a").mouseover(function(){ $(this).siblings().removeclass("on"); $(this).addclass("on"); }) } )