Skip to content

Instantly share code, notes, and snippets.

@fabriziomachado
Created February 14, 2011 12:10
Show Gist options
  • Save fabriziomachado/825787 to your computer and use it in GitHub Desktop.
Save fabriziomachado/825787 to your computer and use it in GitHub Desktop.
<a id='like_12' href='#' onclick='function(this)'>curti!</a>
<a id='like' data-speaker-id='12' href='#'>curti!</a>
$('#like').live('click', function(event){
speaker_id = $(this).attr('data-speaker_id');
sendRequest('/like',{speaker:speaker_id},
'#vote_'+speaker_id);
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment