$(document).ready(function () { $('.eff').hover( function () { value = $(this).find('img').outerHeight() * -1; $(this).find('img').stop().animate({ bottom: value }, { duration: 1000, easing: 'easeOutBounce' }); }, function () { $(this).find('img').stop().animate({ bottom: 0 }, { duration: 1600, easing: 'easeOutElastic' }); }); $('#shout1').click(function () { $("#actividades_gamat_pt").click(); }); $('#shout2').click(function () { $("#actividades_chadas5_pt").click(); }); $('#shout3').click(function () { $("#actividades_momentos4p_pt").click(); }); $('#event1').click(function () { $("#actividades_carromvivio_pt").click(); }); $('#event2').click(function () { $("#actividades_chadas5_pt").click(); }); $('#event3').click(function () { $("#actividades_gamat_pt").click(); }); $('#event4').click(function () { $( "#actividades_convivios_pt").click(); }); $('#event5').click(function () { $("#actividades_convivios_pt").click(); }); $('#event6').click(function () { $("#").click(); }); }); $(function () { $("#firstpane_pt p.menu_head").click(function () { $(this).css({ backgroundImage: "url(images/tab_on.jpg)", color: "#FFF" }).next("div.menu_body").slideToggle('slow').siblings("div.menu_body").slideUp("slow"); $(this).siblings(".menu_head").css({ backgroundImage: "url(images/tab_off.jpg)", color: "#E9C29A" }); }); }); $(function () { var hash = window.location.hash.substr(1); var href = $('#nav li a').each(function () { var href = $(this).attr('href'); if (hash == href.substr(0, href.length - 5)) { var toLoad = hash + '.html #content'; $('#content').load(toLoad) } }); $('#nav li a').click(function () { var toLoad = $(this).attr('href') + ' #content'; $('#content').hide('fast', loadContent); $('#load').remove(); $('#wrap').append('<span id="load">LOADING...</span>'); $('#load').fadeIn('normal'); window.location.hash = $(this).attr('href').substr(0, $(this).attr('href').length - 5); function loadContent() { $('#content').load(toLoad, '', showNewContent()) } function showNewContent() { $('#content').show('normal', hideLoader()); } function hideLoader() { $('#load').fadeOut('normal'); } return false; }); }); $(function () { var sections = $("#menu1 li, #menu2 li, #menu3 li, #menu4 li, #menu5 li, #menu6 li, #menu7 li"); var loading = $("#loading"); var content = $("#content"); var name = ""; var target = ""; sections.click(function () { showLoading(); name = this.id.split("_"); target = "content/" + name[2] + "/cg" + name[0] + ".htm #" + name[1]; content.slideUp('slow', contentLoading); }); function contentLoading() { content.load(target, contentSlideDown); } function contentSlideDown() { hideLoading(); content.slideDown('slow'); } function showLoading() { loading.css({ visibility: "visible" }); loading.css({ opacity: "1" }); loading.css({ display: "block" }); } function hideLoading() { loading.fadeTo('fast', 0); }; });
