Skip to content

Instantly share code, notes, and snippets.

@goldnuggets24
Created October 15, 2013 15:26
Show Gist options
  • Save goldnuggets24/6993385 to your computer and use it in GitHub Desktop.
Save goldnuggets24/6993385 to your computer and use it in GitHub Desktop.
minified js... i added html change to the first part of this... the rest doesn't seem to be running.
:javascript
$(document).ready(function() {$("#fb_share_link").click(function() {$(".go_to_disclaimer").html('Thanks for Sharing').attr('href', $(".go_to_disclaimer").attr('href') + "?shared_user_id=#{current_user.id}")});$("#card_signup_update_area").animate({left: 0}, 1000, function(){$("#social_area").css("left", "-4000px").animate({left: 0}, 1000);});console.log('foobar');});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment