Created
October 15, 2013 15:26
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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