Skip to content

Instantly share code, notes, and snippets.

@3014zhangshuo
Created February 14, 2017 02:43
Show Gist options
  • Save 3014zhangshuo/be28ece598ce62601b82f88f815b5417 to your computer and use it in GitHub Desktop.
Save 3014zhangshuo/be28ece598ce62601b82f88f815b5417 to your computer and use it in GitHub Desktop.
$('#qr-code').click(function (event) {
event.preventDefault();
$.ajax({
type: "GET",
dataType: "json",
url: "<%= user_resume_preview_path(@resume) %>",
success: function(data){}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment