$(document).ready(function($) { //Hide all Body Elements $('.body:not(.selected)').hide(); //Toggle plus / minus button -- RIGHT Container $('.accordion .head .left').live("click",function(){ $(this).parent('.head').next().toggle('fast'); if ($(this).parent('.head').children('.right').children().hasClass('plus')) { $(this).parent('.head').children('.right').children().removeClass('plus').addClass('minus') $(this).parent('.head').children('.right').find('img').attr('src', 'https://athenagrand.com/wp-content/themes/athenagrand/images/accordionMinus.png'); } else if ($(this).parent('.head').children('.right').children().hasClass('minus')) { $(this).parent('.head').children('.right').children().removeClass('minus').addClass('plus'); $(this).parent('.head').children('.right').find('img').attr('src', 'https://athenagrand.com/wp-content/themes/athenagrand/images/accordionPlus.png'); } return false; }) //Toggle plus / minus button -- LEFT Container $('.accordion .head .right').live("click",function(){ $(this).parent('.head').next().toggle('fast'); if ($(this).children().hasClass('plus')) { $(this).children().removeClass('plus').addClass('minus') $(this).find('img').attr('src', 'https://athenagrand.com/wp-content/themes/athenagrand/images/accordionMinus.png'); } else if ($(this).children().hasClass('minus')) { $(this).children().removeClass('minus').addClass('plus'); $(this).find('img').attr('src', 'https://athenagrand.com/wp-content/themes/athenagrand/images/accordionPlus.png'); } return false; }) //Various subfunctions to load on document.ready hoverEvents(); showtimesDropDown(); //registers on change event for date selection newsletterInit(); //makes the newsletter button live //Headerlogo link home $('#headerLogo').click( function(){ window.location = 'https://athenagrand.com'; }); //Trailer Modal $("img.trailerLink").live("click",function(){ var rtsName = $(this).attr("id"); rtsName = rtsName.replace("trailer_",""); queryString = '