Skip to content

Instantly share code, notes, and snippets.

@jvreeken
Created June 17, 2016 17:43
Show Gist options
  • Save jvreeken/25ed6a6d0d975d4cd5fadab45403c2be to your computer and use it in GitHub Desktop.
Save jvreeken/25ed6a6d0d975d4cd5fadab45403c2be to your computer and use it in GitHub Desktop.
vwo_$("#calculator-link").attr({"alt":"Click to calculate your savings","title":"","width":"960","height":"240","border":"","src":"//useruploads.visualwebsiteoptimizer.com/useruploads/56776/images/d22f953d237a93523f9a10eeb4b6d69c_click-to-calculate-your-savings-updated.png"});
vwo_$("#savings_banner").css({"display":"none"});
vwo_$("#calculator-link").css({"display":"block","cursor":"pointer","margin-bottom":"-72px","border-bottom":"0"});
vwo_$('#SAVINGS-CALCULATOR').attr( "style", "" );
vwo_$('#SAVINGS-CALCULATOR').css({"display":"block","height":"0","overflow":"hidden"});
vwo_$('#calculator-link').click(function(){
vwo_$('#calculator-link').css({"display":"none"});
vwo_$('#SAVINGS-CALCULATOR').css({"height":"186px","position":"relative","left":"100%"});
vwo_$("#SAVINGS-CALCULATOR").animate({height:"295px",left:"0px"},200);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment