Skip to content

Instantly share code, notes, and snippets.

@starflyer59
Created December 24, 2011 22:30
Show Gist options
  • Save starflyer59/1518475 to your computer and use it in GitHub Desktop.
Save starflyer59/1518475 to your computer and use it in GitHub Desktop.
Giggle Output
<span id="vote_button">
<form action="/punchlines/91/votes" class="button_to" data-remote="true" method="post"><div><input type="submit" value="giggle" /><input name="authenticity_token" type="hidden" value="jy3K2aHMY8dCGzriC4XXmqx3RMqEDaXkJqaMdm7nt2Q=" /></div></form>
</span>
@krainboltgreene
Copy link

$("#vote_total_91")

@starflyer59
Copy link
Author

$("#vote_total_91")
[span#vote_total_91.punchline_votes]

@starflyer59
Copy link
Author

$('#vote_total_#{@punchline.id}').html("<%= @punchline.votes.size %>");

@krainboltgreene
Copy link

$("#vote_total_91").html("4");

@starflyer59
Copy link
Author

$("#vote_total_91").html("4")
[span#vote_total_91.punchline_votes]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment