Skip to content

Instantly share code, notes, and snippets.

@qickstarter
Created July 10, 2013 06:12
Show Gist options
  • Save qickstarter/5963817 to your computer and use it in GitHub Desktop.
Save qickstarter/5963817 to your computer and use it in GitHub Desktop.
showJournalCommentLikeUsers: function(e) {
var $target = $(e.currentTarget);
jQuery.ajax(type: 'GET', url: $target.attr('href')).done(function(data, status) {
$(data).dialog({ title: 'People who likes this comment.' });
});
return false;
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment